Shades of Laurel #5F8E64
Tints of Laurel #5F8E64
RGB
CMYK
RGB Variations
Color information
#5F8E64 (or 0x5F8E64) is known color: Laurel. HEX triplet: 5F, 8E and 64. RGB value is (95,142,100). Sum of RGB (Red+Green+Blue) = 95+142+100=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 142 - color contains mainly: green. Hex color #5F8E64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8E64 is #A0719B. Grayscale: #7B7B7B. Windows color (decimal): -10514844 or 6590047. OLE color: 6590047.
HSL color Cylindrical-coordinate representation of color #5F8E64: hue angle of 126.38º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F8E64 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 142 | 100 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.44 |
| HSL | 126.38º | 0.2% | 0.46% | - |
| HSV(B) | 126.38º | 0.33% | 0.56% | - |
| XYZ | 16.69 | 22.7 | 15.56 | - |
| YUV | 123.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 142 | 100 | 0.33 | 0 | 0.30 | 0.44 | 126.38 | 0.2 | 0.46 |
| Hex | 5F | 8E | 64 | 21 | 0 | 1E | 2C | 7E | 14 | 2E |
| Octal | 137 | 216 | 144 | 41 | 0 | 36 | 54 | 176 | 24 | 56 |
| Binary | 1011111 | 10001110 | 1100100 | 100001 | 0 | 11110 | 101100 | 1111110 | 10100 | 101110 |
Color Harmonies of #5F8E64
Complementary color
Monochromatic Colors of #5F8E64
Black with #5F8E64
Text Example
Text Example
White with #5F8E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8E64; }
p { color: rgb(95,142,100); }
H1.HeaderClassName
{
color: #5F8E64;
}
.AnyTagClassName
{
color: #5F8E64;
}
</style>
background-color css
<style>
a { background-color: #5F8E64; }
a { background-color: rgb(95,142,100); }
div.DivClassName
{
background-color: #5F8E64;
}
.BgClassName
{
background-color: #5F8E64;
}
</style>
border-color css
<style>
span { border-color: #5F8E64; }
span { border-color: rgb(95,142,100); }
td.TdClassName
{
border-color: #5F8E64;
}
.TagClassName
{
border-color: #5F8E64;
}
</style>