Color spaces of #708000
RGB | 112 | 128 | 0 |
---|---|---|---|
HSL | 0.19 | 1.00 | 0.25 |
HSV | 68° | 100° | 50° |
CMYK | 0.13 | 0.00 | 1.00 0.50 |
XYZ | 14.4013 | 18.8831 | 2.8858 |
Yxy | 18.8831 | 0.3982 | 0.5221 |
Hunter Lab | 43.4547 | -16.8891 | 26.4809 |
CIE-Lab | 50.5502 | -20.2965 | 55.1116 |
#708000 color RGB value is (112,128,0).
#708000 hex color red value is 112, green value is 128 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #708000 hue: 0.19 , saturation: 1.00 and the lightness value of 708000 is 0.25.
The process color (four color CMYK) of #708000 color hex is 0.13, 0.00, 1.00, 0.50. Web safe color of #708000 is #669900. Color #708000 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 10000000 | 00000000 |
Octal | 160 | 200 | 0 |
Decimal | 112 | 128 | 0 |
Hex | 70 | 80 | 0 |
Shades of #708000
Tints of #708000
RGB Percentages of Color #708000
CMYK Percentages of Color #708000
Complementary Color
#708000 | #100080 |
#708000 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#708000 Color Preview on White Background
Lorem ipsum dolor sit amet.
#708000 Color CSS Codes
.mybgcolor {background-color:#708000; } .myforecolor {color:#708000; } .mybordercolor {border:3px solid #708000; }
#708000 Text Font Color
<p style="color:#708000">Text here</p>
This sample text font color is #708000
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#708000 Background Color
<div style="background-color:#708000">
Div content here</div>
This div background color is #708000
#708000 Border Color
<div style="border:3px solid #708000">
Div here</div>
This div border color is #708000
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,128,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #708000; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #708000; -webkit-box-shadow: 1px 1px 3px 2px #708000; box-shadow: 1px 1px 3px 2px #708000; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,128,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #708000">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #708000; -webkit-box-shadow: 1px 1px 3px 2px #708000; box-shadow: 1px 1px 3px 2px #708000;">
Div content here</div>
This div box has shadow with color #708000
Comments
No comments written yet.
Please login to write comment.