Shades of Laurel #5F8164
Tints of Laurel #5F8164
RGB
CMYK
RGB Variations
Color information
#5F8164 (or 0x5F8164) is known color: Laurel. HEX triplet: 5F, 81 and 64. RGB value is (95,129,100). Sum of RGB (Red+Green+Blue) = 95+129+100=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 129 - color contains mainly: green. Hex color #5F8164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8164 is #A07E9B. Grayscale: #737373. Windows color (decimal): -10518172 or 6586719. OLE color: 6586719.
HSL color Cylindrical-coordinate representation of color #5F8164: hue angle of 128.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F8164 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 129 | 100 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.49 |
| HSL | 128.82º | 0.15% | 0.44% | - |
| HSV(B) | 128.82º | 0.26% | 0.51% | - |
| XYZ | 14.87 | 19.05 | 14.95 | - |
| YUV | 115.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 129 | 100 | 0.26 | 0 | 0.22 | 0.49 | 128.82 | 0.15 | 0.44 |
| Hex | 5F | 81 | 64 | 1A | 0 | 16 | 31 | 81 | F | 2C |
| Octal | 137 | 201 | 144 | 32 | 0 | 26 | 61 | 201 | 17 | 54 |
| Binary | 1011111 | 10000001 | 1100100 | 11010 | 0 | 10110 | 110001 | 10000001 | 1111 | 101100 |
Color Harmonies of #5F8164
Complementary color
Monochromatic Colors of #5F8164
Black with #5F8164
Text Example
Text Example
White with #5F8164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8164; }
p { color: rgb(95,129,100); }
H1.HeaderClassName
{
color: #5F8164;
}
.AnyTagClassName
{
color: #5F8164;
}
</style>
background-color css
<style>
a { background-color: #5F8164; }
a { background-color: rgb(95,129,100); }
div.DivClassName
{
background-color: #5F8164;
}
.BgClassName
{
background-color: #5F8164;
}
</style>
border-color css
<style>
span { border-color: #5F8164; }
span { border-color: rgb(95,129,100); }
td.TdClassName
{
border-color: #5F8164;
}
.TagClassName
{
border-color: #5F8164;
}
</style>