Shades of Laurel #5F9064
Tints of Laurel #5F9064
RGB
CMYK
RGB Variations
Color information
#5F9064 (or 0x5F9064) is known color: Laurel. HEX triplet: 5F, 90 and 64. RGB value is (95,144,100). Sum of RGB (Red+Green+Blue) = 95+144+100=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #5F9064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9064 is #A06F9B. Grayscale: #7C7C7C. Windows color (decimal): -10514332 or 6590559. OLE color: 6590559.
HSL color Cylindrical-coordinate representation of color #5F9064: hue angle of 126.12º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F9064 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 144 | 100 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.44 |
| HSL | 126.12º | 0.21% | 0.47% | - |
| HSV(B) | 126.12º | 0.34% | 0.56% | - |
| XYZ | 16.99 | 23.3 | 15.66 | - |
| YUV | 124.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 144 | 100 | 0.34 | 0 | 0.31 | 0.44 | 126.12 | 0.21 | 0.47 |
| Hex | 5F | 90 | 64 | 22 | 0 | 1F | 2C | 7E | 15 | 2F |
| Octal | 137 | 220 | 144 | 42 | 0 | 37 | 54 | 176 | 25 | 57 |
| Binary | 1011111 | 10010000 | 1100100 | 100010 | 0 | 11111 | 101100 | 1111110 | 10101 | 101111 |
Color Harmonies of #5F9064
Complementary color
Monochromatic Colors of #5F9064
Black with #5F9064
Text Example
Text Example
White with #5F9064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9064; }
p { color: rgb(95,144,100); }
H1.HeaderClassName
{
color: #5F9064;
}
.AnyTagClassName
{
color: #5F9064;
}
</style>
background-color css
<style>
a { background-color: #5F9064; }
a { background-color: rgb(95,144,100); }
div.DivClassName
{
background-color: #5F9064;
}
.BgClassName
{
background-color: #5F9064;
}
</style>
border-color css
<style>
span { border-color: #5F9064; }
span { border-color: rgb(95,144,100); }
td.TdClassName
{
border-color: #5F9064;
}
.TagClassName
{
border-color: #5F9064;
}
</style>