Shades of Hippie Green #5F8E57
Tints of Hippie Green #5F8E57
RGB
CMYK
RGB Variations
Color information
#5F8E57 (or 0x5F8E57) is known color: Hippie Green. HEX triplet: 5F, 8E and 57. RGB value is (95,142,87). Sum of RGB (Red+Green+Blue) = 95+142+87=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 142 - color contains mainly: green. Hex color #5F8E57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8E57 is #A071A8. Grayscale: #797979. Windows color (decimal): -10514857 or 5738079. OLE color: 5738079.
HSL color Cylindrical-coordinate representation of color #5F8E57: hue angle of 111.27º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F8E57 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 142 | 87 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.44 |
| HSL | 111.27º | 0.24% | 0.45% | - |
| HSV(B) | 111.27º | 0.39% | 0.56% | - |
| XYZ | 16.11 | 22.47 | 12.5 | - |
| YUV | 121.68 | 108.43 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 142 | 87 | 0.33 | 0 | 0.39 | 0.44 | 111.27 | 0.24 | 0.45 |
| Hex | 5F | 8E | 57 | 21 | 0 | 27 | 2C | 6F | 18 | 2D |
| Octal | 137 | 216 | 127 | 41 | 0 | 47 | 54 | 157 | 30 | 55 |
| Binary | 1011111 | 10001110 | 1010111 | 100001 | 0 | 100111 | 101100 | 1101111 | 11000 | 101101 |
Color Harmonies of #5F8E57
Complementary color
Monochromatic Colors of #5F8E57
Black with #5F8E57
Text Example
Text Example
White with #5F8E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8E57; }
p { color: rgb(95,142,87); }
H1.HeaderClassName
{
color: #5F8E57;
}
.AnyTagClassName
{
color: #5F8E57;
}
</style>
background-color css
<style>
a { background-color: #5F8E57; }
a { background-color: rgb(95,142,87); }
div.DivClassName
{
background-color: #5F8E57;
}
.BgClassName
{
background-color: #5F8E57;
}
</style>
border-color css
<style>
span { border-color: #5F8E57; }
span { border-color: rgb(95,142,87); }
td.TdClassName
{
border-color: #5F8E57;
}
.TagClassName
{
border-color: #5F8E57;
}
</style>