Shades of Hippie Green #5F845C
Tints of Hippie Green #5F845C
RGB
CMYK
RGB Variations
Color information
#5F845C (or 0x5F845C) is known color: Hippie Green. HEX triplet: 5F, 84 and 5C. RGB value is (95,132,92). Sum of RGB (Red+Green+Blue) = 95+132+92=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #5F845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F845C is #A07BA3. Grayscale: #747474. Windows color (decimal): -10517412 or 6063199. OLE color: 6063199.
HSL color Cylindrical-coordinate representation of color #5F845C: hue angle of 115.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F845C is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 132 | 92 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.48 |
| HSL | 115.5º | 0.18% | 0.44% | - |
| HSV(B) | 115.5º | 0.3% | 0.52% | - |
| XYZ | 14.9 | 19.71 | 13.14 | - |
| YUV | 116.38 | 114.24 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 132 | 92 | 0.28 | 0 | 0.30 | 0.48 | 115.5 | 0.18 | 0.44 |
| Hex | 5F | 84 | 5C | 1C | 0 | 1E | 30 | 74 | 12 | 2C |
| Octal | 137 | 204 | 134 | 34 | 0 | 36 | 60 | 164 | 22 | 54 |
| Binary | 1011111 | 10000100 | 1011100 | 11100 | 0 | 11110 | 110000 | 1110100 | 10010 | 101100 |
Color Harmonies of #5F845C
Complementary color
Monochromatic Colors of #5F845C
Black with #5F845C
Text Example
Text Example
White with #5F845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F845C; }
p { color: rgb(95,132,92); }
H1.HeaderClassName
{
color: #5F845C;
}
.AnyTagClassName
{
color: #5F845C;
}
</style>
background-color css
<style>
a { background-color: #5F845C; }
a { background-color: rgb(95,132,92); }
div.DivClassName
{
background-color: #5F845C;
}
.BgClassName
{
background-color: #5F845C;
}
</style>
border-color css
<style>
span { border-color: #5F845C; }
span { border-color: rgb(95,132,92); }
td.TdClassName
{
border-color: #5F845C;
}
.TagClassName
{
border-color: #5F845C;
}
</style>