Color spaces of #519666
RGB | 81 | 150 | 102 |
---|---|---|---|
HSL | 0.38 | 0.30 | 0.45 |
HSV | 138° | 46° | 59° |
CMYK | 0.46 | 0.00 | 0.32 0.41 |
XYZ | 16.6980 | 24.5213 | 16.4234 |
Yxy | 24.5213 | 0.2897 | 0.4254 |
Hunter Lab | 49.5190 | -26.4673 | 14.9992 |
CIE-Lab | 56.6060 | -32.9221 | 18.7200 |
#519666 color RGB value is (81,150,102).
#519666 hex color red value is 81, green value is 150 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #519666 hue: 0.38 , saturation: 0.30 and the lightness value of 519666 is 0.45.
The process color (four color CMYK) of #519666 color hex is 0.46, 0.00, 0.32, 0.41. Web safe color of #519666 is #669966. Color #519666 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 10010110 | 01100110 |
Octal | 121 | 226 | 146 |
Decimal | 81 | 150 | 102 |
Hex | 51 | 96 | 66 |
Shades of #519666
Tints of #519666
RGB Percentages of Color #519666
CMYK Percentages of Color #519666
Complementary Color
#519666 | #965181 |
#519666 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#519666 Color Preview on White Background
Lorem ipsum dolor sit amet.
#519666 Color CSS Codes
.mybgcolor {background-color:#519666; } .myforecolor {color:#519666; } .mybordercolor {border:3px solid #519666; }
#519666 Text Font Color
<p style="color:#519666">Text here</p>
This sample text font color is #519666
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.
#519666 Background Color
<div style="background-color:#519666">
Div content here</div>
This div background color is #519666
#519666 Border Color
<div style="border:3px solid #519666">
Div here</div>
This div border color is #519666
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,150,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #519666; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #519666; -webkit-box-shadow: 1px 1px 3px 2px #519666; box-shadow: 1px 1px 3px 2px #519666; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,150,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #519666">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #519666; -webkit-box-shadow: 1px 1px 3px 2px #519666; box-shadow: 1px 1px 3px 2px #519666;">
Div content here</div>
This div box has shadow with color #519666
Comments
No comments written yet.
Please login to write comment.