Shades of Hippie Green #5F865D
Tints of Hippie Green #5F865D
RGB
CMYK
RGB Variations
Color information
#5F865D (or 0x5F865D) is known color: Hippie Green. HEX triplet: 5F, 86 and 5D. RGB value is (95,134,93). Sum of RGB (Red+Green+Blue) = 95+134+93=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #5F865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F865D is #A079A2. Grayscale: #757575. Windows color (decimal): -10516899 or 6129247. OLE color: 6129247.
HSL color Cylindrical-coordinate representation of color #5F865D: hue angle of 117.07º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F865D is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 134 | 93 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.47 |
| HSL | 117.07º | 0.18% | 0.45% | - |
| HSV(B) | 117.07º | 0.31% | 0.53% | - |
| XYZ | 15.22 | 20.27 | 13.47 | - |
| YUV | 117.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 134 | 93 | 0.29 | 0 | 0.31 | 0.47 | 117.07 | 0.18 | 0.45 |
| Hex | 5F | 86 | 5D | 1D | 0 | 1F | 2F | 75 | 12 | 2D |
| Octal | 137 | 206 | 135 | 35 | 0 | 37 | 57 | 165 | 22 | 55 |
| Binary | 1011111 | 10000110 | 1011101 | 11101 | 0 | 11111 | 101111 | 1110101 | 10010 | 101101 |
Color Harmonies of #5F865D
Complementary color
Monochromatic Colors of #5F865D
Black with #5F865D
Text Example
Text Example
White with #5F865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F865D; }
p { color: rgb(95,134,93); }
H1.HeaderClassName
{
color: #5F865D;
}
.AnyTagClassName
{
color: #5F865D;
}
</style>
background-color css
<style>
a { background-color: #5F865D; }
a { background-color: rgb(95,134,93); }
div.DivClassName
{
background-color: #5F865D;
}
.BgClassName
{
background-color: #5F865D;
}
</style>
border-color css
<style>
span { border-color: #5F865D; }
span { border-color: rgb(95,134,93); }
td.TdClassName
{
border-color: #5F865D;
}
.TagClassName
{
border-color: #5F865D;
}
</style>