Color spaces of #709114
RGB | 112 | 145 | 20 |
---|---|---|---|
HSL | 0.21 | 0.76 | 0.32 |
HSV | 76° | 86° | 57° |
CMYK | 0.23 | 0.00 | 0.86 0.43 |
XYZ | 16.9338 | 23.7460 | 4.3528 |
Yxy | 23.7460 | 0.3760 | 0.5273 |
Hunter Lab | 48.7299 | -23.2479 | 28.8148 |
CIE-Lab | 55.8326 | -28.2764 | 55.4634 |
#709114 color RGB value is (112,145,20).
#709114 hex color red value is 112, green value is 145 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #709114 hue: 0.21 , saturation: 0.76 and the lightness value of 709114 is 0.32.
The process color (four color CMYK) of #709114 color hex is 0.23, 0.00, 0.86, 0.43. Web safe color of #709114 is #669900. Color #709114 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 10010001 | 00010100 |
Octal | 160 | 221 | 24 |
Decimal | 112 | 145 | 20 |
Hex | 70 | 91 | 14 |
Shades of #709114
Tints of #709114
RGB Percentages of Color #709114
CMYK Percentages of Color #709114
Complementary Color
#709114 | #351491 |
#709114 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#709114 Color Preview on White Background
Lorem ipsum dolor sit amet.
#709114 Color CSS Codes
.mybgcolor {background-color:#709114; } .myforecolor {color:#709114; } .mybordercolor {border:3px solid #709114; }
#709114 Text Font Color
<p style="color:#709114">Text here</p>
This sample text font color is #709114
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.
#709114 Background Color
<div style="background-color:#709114">
Div content here</div>
This div background color is #709114
#709114 Border Color
<div style="border:3px solid #709114">
Div here</div>
This div border color is #709114
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,145,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #709114; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #709114; -webkit-box-shadow: 1px 1px 3px 2px #709114; box-shadow: 1px 1px 3px 2px #709114; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,145,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #709114">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #709114; -webkit-box-shadow: 1px 1px 3px 2px #709114; box-shadow: 1px 1px 3px 2px #709114;">
Div content here</div>
This div box has shadow with color #709114
Comments
No comments written yet.
Please login to write comment.