Shades of Laurel #5F8B64
Tints of Laurel #5F8B64
RGB
CMYK
RGB Variations
Color information
#5F8B64 (or 0x5F8B64) is known color: Laurel. HEX triplet: 5F, 8B and 64. RGB value is (95,139,100). Sum of RGB (Red+Green+Blue) = 95+139+100=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #5F8B64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8B64 is #A0749B. Grayscale: #797979. Windows color (decimal): -10515612 or 6589279. OLE color: 6589279.
HSL color Cylindrical-coordinate representation of color #5F8B64: hue angle of 126.82º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F8B64 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 139 | 100 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.45 |
| HSL | 126.82º | 0.19% | 0.46% | - |
| HSV(B) | 126.82º | 0.32% | 0.55% | - |
| XYZ | 16.25 | 21.82 | 15.41 | - |
| YUV | 121.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 139 | 100 | 0.32 | 0 | 0.28 | 0.45 | 126.82 | 0.19 | 0.46 |
| Hex | 5F | 8B | 64 | 20 | 0 | 1C | 2D | 7F | 13 | 2E |
| Octal | 137 | 213 | 144 | 40 | 0 | 34 | 55 | 177 | 23 | 56 |
| Binary | 1011111 | 10001011 | 1100100 | 100000 | 0 | 11100 | 101101 | 1111111 | 10011 | 101110 |
Color Harmonies of #5F8B64
Complementary color
Monochromatic Colors of #5F8B64
Black with #5F8B64
Text Example
Text Example
White with #5F8B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8B64; }
p { color: rgb(95,139,100); }
H1.HeaderClassName
{
color: #5F8B64;
}
.AnyTagClassName
{
color: #5F8B64;
}
</style>
background-color css
<style>
a { background-color: #5F8B64; }
a { background-color: rgb(95,139,100); }
div.DivClassName
{
background-color: #5F8B64;
}
.BgClassName
{
background-color: #5F8B64;
}
</style>
border-color css
<style>
span { border-color: #5F8B64; }
span { border-color: rgb(95,139,100); }
td.TdClassName
{
border-color: #5F8B64;
}
.TagClassName
{
border-color: #5F8B64;
}
</style>