Color spaces of #78986a
RGB | 120 | 152 | 106 |
---|---|---|---|
HSL | 0.28 | 0.18 | 0.51 |
HSV | 102° | 30° | 60° |
CMYK | 0.21 | 0.00 | 0.30 0.40 |
XYZ | 21.5755 | 27.4901 | 17.8047 |
Yxy | 27.4901 | 0.3226 | 0.4111 |
Hunter Lab | 52.4310 | -18.3010 | 16.5678 |
CIE-Lab | 59.4253 | -20.1011 | 20.6761 |
#78986a color RGB value is (120,152,106).
#78986a hex color red value is 120, green value is 152 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #78986a hue: 0.28 , saturation: 0.18 and the lightness value of 78986a is 0.51.
The process color (four color CMYK) of #78986a color hex is 0.21, 0.00, 0.30, 0.40. Web safe color of #78986a is #669966. Color #78986a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10011000 | 01101010 |
Octal | 170 | 230 | 152 |
Decimal | 120 | 152 | 106 |
Hex | 78 | 98 | 6A |
Shades of #78986a
Tints of #78986a
RGB Percentages of Color #78986a
CMYK Percentages of Color #78986a
Complementary Color
#78986a | #8a6a98 |
#78986a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78986a Color Preview on White Background
Lorem ipsum dolor sit amet.
#78986a Color CSS Codes
.mybgcolor {background-color:#78986a; } .myforecolor {color:#78986a; } .mybordercolor {border:3px solid #78986a; }
#78986a Text Font Color
<p style="color:#78986a">Text here</p>
This sample text font color is #78986a
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.
#78986a Background Color
<div style="background-color:#78986a">
Div content here</div>
This div background color is #78986a
#78986a Border Color
<div style="border:3px solid #78986a">
Div here</div>
This div border color is #78986a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,152,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78986a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78986a; -webkit-box-shadow: 1px 1px 3px 2px #78986a; box-shadow: 1px 1px 3px 2px #78986a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,152,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78986a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78986a; -webkit-box-shadow: 1px 1px 3px 2px #78986a; box-shadow: 1px 1px 3px 2px #78986a;">
Div content here</div>
This div box has shadow with color #78986a
Comments
No comments written yet.
Please login to write comment.