Shades of Hippie Green #5F845E
Tints of Hippie Green #5F845E
RGB
CMYK
RGB Variations
Color information
#5F845E (or 0x5F845E) is known color: Hippie Green. HEX triplet: 5F, 84 and 5E. RGB value is (95,132,94). Sum of RGB (Red+Green+Blue) = 95+132+94=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #5F845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F845E is #A07BA1. Grayscale: #747474. Windows color (decimal): -10517410 or 6194271. OLE color: 6194271.
HSL color Cylindrical-coordinate representation of color #5F845E: hue angle of 118.42º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F845E is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 132 | 94 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.48 |
| HSL | 118.42º | 0.17% | 0.44% | - |
| HSV(B) | 118.42º | 0.29% | 0.52% | - |
| XYZ | 14.99 | 19.74 | 13.61 | - |
| YUV | 116.61 | 115.24 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 132 | 94 | 0.28 | 0 | 0.29 | 0.48 | 118.42 | 0.17 | 0.44 |
| Hex | 5F | 84 | 5E | 1C | 0 | 1D | 30 | 76 | 11 | 2C |
| Octal | 137 | 204 | 136 | 34 | 0 | 35 | 60 | 166 | 21 | 54 |
| Binary | 1011111 | 10000100 | 1011110 | 11100 | 0 | 11101 | 110000 | 1110110 | 10001 | 101100 |
Color Harmonies of #5F845E
Complementary color
Monochromatic Colors of #5F845E
Black with #5F845E
Text Example
Text Example
White with #5F845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F845E; }
p { color: rgb(95,132,94); }
H1.HeaderClassName
{
color: #5F845E;
}
.AnyTagClassName
{
color: #5F845E;
}
</style>
background-color css
<style>
a { background-color: #5F845E; }
a { background-color: rgb(95,132,94); }
div.DivClassName
{
background-color: #5F845E;
}
.BgClassName
{
background-color: #5F845E;
}
</style>
border-color css
<style>
span { border-color: #5F845E; }
span { border-color: rgb(95,132,94); }
td.TdClassName
{
border-color: #5F845E;
}
.TagClassName
{
border-color: #5F845E;
}
</style>