Color spaces of #739062
RGB | 115 | 144 | 98 |
---|---|---|---|
HSL | 0.27 | 0.19 | 0.47 |
HSV | 98° | 32° | 56° |
CMYK | 0.20 | 0.00 | 0.32 0.44 |
XYZ | 19.2481 | 24.4732 | 15.2646 |
Yxy | 24.4732 | 0.3263 | 0.4149 |
Hunter Lab | 49.4704 | -17.1218 | 16.3347 |
CIE-Lab | 56.5585 | -19.1315 | 21.2033 |
#739062 color RGB value is (115,144,98).
#739062 hex color red value is 115, green value is 144 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #739062 hue: 0.27 , saturation: 0.19 and the lightness value of 739062 is 0.47.
The process color (four color CMYK) of #739062 color hex is 0.20, 0.00, 0.32, 0.44. Web safe color of #739062 is #669966. Color #739062 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10010000 | 01100010 |
Octal | 163 | 220 | 142 |
Decimal | 115 | 144 | 98 |
Hex | 73 | 90 | 62 |
Shades of #739062
Tints of #739062
RGB Percentages of Color #739062
CMYK Percentages of Color #739062
Complementary Color
#739062 | #7f6290 |
#739062 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#739062 Color Preview on White Background
Lorem ipsum dolor sit amet.
#739062 Color CSS Codes
.mybgcolor {background-color:#739062; } .myforecolor {color:#739062; } .mybordercolor {border:3px solid #739062; }
#739062 Text Font Color
<p style="color:#739062">Text here</p>
This sample text font color is #739062
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.
#739062 Background Color
<div style="background-color:#739062">
Div content here</div>
This div background color is #739062
#739062 Border Color
<div style="border:3px solid #739062">
Div here</div>
This div border color is #739062
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,144,98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #739062; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #739062; -webkit-box-shadow: 1px 1px 3px 2px #739062; box-shadow: 1px 1px 3px 2px #739062; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,144,98, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #739062">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #739062; -webkit-box-shadow: 1px 1px 3px 2px #739062; box-shadow: 1px 1px 3px 2px #739062;">
Div content here</div>
This div box has shadow with color #739062
Comments
No comments written yet.
Please login to write comment.