Shades of Hippie Green #5F885D
Tints of Hippie Green #5F885D
RGB
CMYK
RGB Variations
Color information
#5F885D (or 0x5F885D) is known color: Hippie Green. HEX triplet: 5F, 88 and 5D. RGB value is (95,136,93). Sum of RGB (Red+Green+Blue) = 95+136+93=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #5F885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F885D is #A077A2. Grayscale: #767676. Windows color (decimal): -10516387 or 6129759. OLE color: 6129759.
HSL color Cylindrical-coordinate representation of color #5F885D: hue angle of 117.21º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F885D is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 136 | 93 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.47 |
| HSL | 117.21º | 0.19% | 0.45% | - |
| HSV(B) | 117.21º | 0.32% | 0.53% | - |
| XYZ | 15.5 | 20.83 | 13.56 | - |
| YUV | 118.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 136 | 93 | 0.30 | 0 | 0.32 | 0.47 | 117.21 | 0.19 | 0.45 |
| Hex | 5F | 88 | 5D | 1E | 0 | 20 | 2F | 75 | 13 | 2D |
| Octal | 137 | 210 | 135 | 36 | 0 | 40 | 57 | 165 | 23 | 55 |
| Binary | 1011111 | 10001000 | 1011101 | 11110 | 0 | 100000 | 101111 | 1110101 | 10011 | 101101 |
Color Harmonies of #5F885D
Complementary color
Monochromatic Colors of #5F885D
Black with #5F885D
Text Example
Text Example
White with #5F885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F885D; }
p { color: rgb(95,136,93); }
H1.HeaderClassName
{
color: #5F885D;
}
.AnyTagClassName
{
color: #5F885D;
}
</style>
background-color css
<style>
a { background-color: #5F885D; }
a { background-color: rgb(95,136,93); }
div.DivClassName
{
background-color: #5F885D;
}
.BgClassName
{
background-color: #5F885D;
}
</style>
border-color css
<style>
span { border-color: #5F885D; }
span { border-color: rgb(95,136,93); }
td.TdClassName
{
border-color: #5F885D;
}
.TagClassName
{
border-color: #5F885D;
}
</style>