Shades of Laurel #5F7F64
Tints of Laurel #5F7F64
RGB
CMYK
RGB Variations
Color information
#5F7F64 (or 0x5F7F64) is known color: Laurel. HEX triplet: 5F, 7F and 64. RGB value is (95,127,100). Sum of RGB (Red+Green+Blue) = 95+127+100=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 127 - color contains mainly: green. Hex color #5F7F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7F64 is #A0809B. Grayscale: #727272. Windows color (decimal): -10518684 or 6586207. OLE color: 6586207.
HSL color Cylindrical-coordinate representation of color #5F7F64: hue angle of 129.38º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F7F64 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 127 | 100 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.50 |
| HSL | 129.38º | 0.14% | 0.44% | - |
| HSV(B) | 129.38º | 0.25% | 0.5% | - |
| XYZ | 14.61 | 18.53 | 14.86 | - |
| YUV | 114.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 127 | 100 | 0.25 | 0 | 0.21 | 0.50 | 129.38 | 0.14 | 0.44 |
| Hex | 5F | 7F | 64 | 19 | 0 | 15 | 32 | 81 | E | 2C |
| Octal | 137 | 177 | 144 | 31 | 0 | 25 | 62 | 201 | 16 | 54 |
| Binary | 1011111 | 1111111 | 1100100 | 11001 | 0 | 10101 | 110010 | 10000001 | 1110 | 101100 |
Color Harmonies of #5F7F64
Complementary color
Monochromatic Colors of #5F7F64
Black with #5F7F64
Text Example
Text Example
White with #5F7F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7F64; }
p { color: rgb(95,127,100); }
H1.HeaderClassName
{
color: #5F7F64;
}
.AnyTagClassName
{
color: #5F7F64;
}
</style>
background-color css
<style>
a { background-color: #5F7F64; }
a { background-color: rgb(95,127,100); }
div.DivClassName
{
background-color: #5F7F64;
}
.BgClassName
{
background-color: #5F7F64;
}
</style>
border-color css
<style>
span { border-color: #5F7F64; }
span { border-color: rgb(95,127,100); }
td.TdClassName
{
border-color: #5F7F64;
}
.TagClassName
{
border-color: #5F7F64;
}
</style>