Color spaces of #60884f
RGB | 96 | 136 | 79 |
---|---|---|---|
HSL | 0.28 | 0.27 | 0.42 |
HSV | 102° | 42° | 53° |
CMYK | 0.29 | 0.00 | 0.42 0.47 |
XYZ | 15.0393 | 20.6596 | 10.5922 |
Yxy | 20.6596 | 0.3249 | 0.4463 |
Hunter Lab | 45.4528 | -20.4809 | 18.0002 |
CIE-Lab | 52.5749 | -25.1444 | 26.2501 |
#60884f color RGB value is (96,136,79).
#60884f hex color red value is 96, green value is 136 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #60884f hue: 0.28 , saturation: 0.27 and the lightness value of 60884f is 0.42.
The process color (four color CMYK) of #60884f color hex is 0.29, 0.00, 0.42, 0.47. Web safe color of #60884f is #669966. Color #60884f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 10001000 | 01001111 |
Octal | 140 | 210 | 117 |
Decimal | 96 | 136 | 79 |
Hex | 60 | 88 | 4F |
Shades of #60884f
Tints of #60884f
RGB Percentages of Color #60884f
CMYK Percentages of Color #60884f
Complementary Color
#60884f | #774f88 |
#60884f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60884f Color Preview on White Background
Lorem ipsum dolor sit amet.
#60884f Color CSS Codes
.mybgcolor {background-color:#60884f; } .myforecolor {color:#60884f; } .mybordercolor {border:3px solid #60884f; }
#60884f Text Font Color
<p style="color:#60884f">Text here</p>
This sample text font color is #60884f
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.
#60884f Background Color
<div style="background-color:#60884f">
Div content here</div>
This div background color is #60884f
#60884f Border Color
<div style="border:3px solid #60884f">
Div here</div>
This div border color is #60884f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,136,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60884f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60884f; -webkit-box-shadow: 1px 1px 3px 2px #60884f; box-shadow: 1px 1px 3px 2px #60884f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,136,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #60884f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60884f; -webkit-box-shadow: 1px 1px 3px 2px #60884f; box-shadow: 1px 1px 3px 2px #60884f;">
Div content here</div>
This div box has shadow with color #60884f
Comments
No comments written yet.
Please login to write comment.