Shades of Hippie Green #5F855D
Tints of Hippie Green #5F855D
RGB
CMYK
RGB Variations
Color information
#5F855D (or 0x5F855D) is known color: Hippie Green. HEX triplet: 5F, 85 and 5D. RGB value is (95,133,93). Sum of RGB (Red+Green+Blue) = 95+133+93=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 133 - color contains mainly: green. Hex color #5F855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F855D is #A07AA2. Grayscale: #757575. Windows color (decimal): -10517155 or 6128991. OLE color: 6128991.
HSL color Cylindrical-coordinate representation of color #5F855D: hue angle of 117º 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 #5F855D is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 133 | 93 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.48 |
| HSL | 117º | 0.18% | 0.44% | - |
| HSV(B) | 117º | 0.3% | 0.52% | - |
| XYZ | 15.08 | 20 | 13.42 | - |
| YUV | 117.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 133 | 93 | 0.29 | 0 | 0.30 | 0.48 | 117 | 0.18 | 0.44 |
| Hex | 5F | 85 | 5D | 1D | 0 | 1E | 30 | 75 | 12 | 2C |
| Octal | 137 | 205 | 135 | 35 | 0 | 36 | 60 | 165 | 22 | 54 |
| Binary | 1011111 | 10000101 | 1011101 | 11101 | 0 | 11110 | 110000 | 1110101 | 10010 | 101100 |
Color Harmonies of #5F855D
Complementary color
Monochromatic Colors of #5F855D
Black with #5F855D
Text Example
Text Example
White with #5F855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F855D; }
p { color: rgb(95,133,93); }
H1.HeaderClassName
{
color: #5F855D;
}
.AnyTagClassName
{
color: #5F855D;
}
</style>
background-color css
<style>
a { background-color: #5F855D; }
a { background-color: rgb(95,133,93); }
div.DivClassName
{
background-color: #5F855D;
}
.BgClassName
{
background-color: #5F855D;
}
</style>
border-color css
<style>
span { border-color: #5F855D; }
span { border-color: rgb(95,133,93); }
td.TdClassName
{
border-color: #5F855D;
}
.TagClassName
{
border-color: #5F855D;
}
</style>