Shades of Laurel #5F9566
Tints of Laurel #5F9566
RGB
CMYK
RGB Variations
Color information
#5F9566 (or 0x5F9566) is known color: Laurel. HEX triplet: 5F, 95 and 66. RGB value is (95,149,102). Sum of RGB (Red+Green+Blue) = 95+149+102=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #5F9566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9566 is #A06A99. Grayscale: #7F7F7F. Windows color (decimal): -10513050 or 6722911. OLE color: 6722911.
HSL color Cylindrical-coordinate representation of color #5F9566: hue angle of 127.78º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F9566 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 149 | 102 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.42 |
| HSL | 127.78º | 0.22% | 0.48% | - |
| HSV(B) | 127.78º | 0.36% | 0.58% | - |
| XYZ | 17.87 | 24.89 | 16.43 | - |
| YUV | 127.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 149 | 102 | 0.36 | 0 | 0.32 | 0.42 | 127.78 | 0.22 | 0.48 |
| Hex | 5F | 95 | 66 | 24 | 0 | 20 | 2A | 80 | 16 | 30 |
| Octal | 137 | 225 | 146 | 44 | 0 | 40 | 52 | 200 | 26 | 60 |
| Binary | 1011111 | 10010101 | 1100110 | 100100 | 0 | 100000 | 101010 | 10000000 | 10110 | 110000 |
Color Harmonies of #5F9566
Complementary color
Monochromatic Colors of #5F9566
Black with #5F9566
Text Example
Text Example
White with #5F9566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9566; }
p { color: rgb(95,149,102); }
H1.HeaderClassName
{
color: #5F9566;
}
.AnyTagClassName
{
color: #5F9566;
}
</style>
background-color css
<style>
a { background-color: #5F9566; }
a { background-color: rgb(95,149,102); }
div.DivClassName
{
background-color: #5F9566;
}
.BgClassName
{
background-color: #5F9566;
}
</style>
border-color css
<style>
span { border-color: #5F9566; }
span { border-color: rgb(95,149,102); }
td.TdClassName
{
border-color: #5F9566;
}
.TagClassName
{
border-color: #5F9566;
}
</style>