Shades of Hippie Green #5C8E59
Tints of Hippie Green #5C8E59
RGB
CMYK
RGB Variations
Color information
#5C8E59 (or 0x5C8E59) is known color: Hippie Green. HEX triplet: 5C, 8E and 59. RGB value is (92,142,89). Sum of RGB (Red+Green+Blue) = 92+142+89=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #5C8E59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8E59 is #A371A6. Grayscale: #797979. Windows color (decimal): -10711463 or 5869148. OLE color: 5869148.
HSL color Cylindrical-coordinate representation of color #5C8E59: hue angle of 116.6º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C8E59 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 142 | 89 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.44 |
| HSL | 116.6º | 0.23% | 0.45% | - |
| HSV(B) | 116.6º | 0.37% | 0.56% | - |
| XYZ | 15.89 | 22.34 | 12.93 | - |
| YUV | 121.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 142 | 89 | 0.35 | 0 | 0.37 | 0.44 | 116.6 | 0.23 | 0.45 |
| Hex | 5C | 8E | 59 | 23 | 0 | 25 | 2C | 75 | 17 | 2D |
| Octal | 134 | 216 | 131 | 43 | 0 | 45 | 54 | 165 | 27 | 55 |
| Binary | 1011100 | 10001110 | 1011001 | 100011 | 0 | 100101 | 101100 | 1110101 | 10111 | 101101 |
Color Harmonies of #5C8E59
Complementary color
Monochromatic Colors of #5C8E59
Black with #5C8E59
Text Example
Text Example
White with #5C8E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8E59; }
p { color: rgb(92,142,89); }
H1.HeaderClassName
{
color: #5C8E59;
}
.AnyTagClassName
{
color: #5C8E59;
}
</style>
background-color css
<style>
a { background-color: #5C8E59; }
a { background-color: rgb(92,142,89); }
div.DivClassName
{
background-color: #5C8E59;
}
.BgClassName
{
background-color: #5C8E59;
}
</style>
border-color css
<style>
span { border-color: #5C8E59; }
span { border-color: rgb(92,142,89); }
td.TdClassName
{
border-color: #5C8E59;
}
.TagClassName
{
border-color: #5C8E59;
}
</style>