Shades of Hippie Green #5F855B
Tints of Hippie Green #5F855B
RGB
CMYK
RGB Variations
Color information
#5F855B (or 0x5F855B) is known color: Hippie Green. HEX triplet: 5F, 85 and 5B. RGB value is (95,133,91). Sum of RGB (Red+Green+Blue) = 95+133+91=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #5F855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F855B is #A07AA4. Grayscale: #747474. Windows color (decimal): -10517157 or 5997919. OLE color: 5997919.
HSL color Cylindrical-coordinate representation of color #5F855B: hue angle of 114.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F855B is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 133 | 91 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.48 |
| HSL | 114.29º | 0.19% | 0.44% | - |
| HSV(B) | 114.29º | 0.32% | 0.52% | - |
| XYZ | 15 | 19.96 | 12.96 | - |
| YUV | 116.85 | 113.41 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 133 | 91 | 0.29 | 0 | 0.32 | 0.48 | 114.29 | 0.19 | 0.44 |
| Hex | 5F | 85 | 5B | 1D | 0 | 20 | 30 | 72 | 13 | 2C |
| Octal | 137 | 205 | 133 | 35 | 0 | 40 | 60 | 162 | 23 | 54 |
| Binary | 1011111 | 10000101 | 1011011 | 11101 | 0 | 100000 | 110000 | 1110010 | 10011 | 101100 |
Color Harmonies of #5F855B
Complementary color
Monochromatic Colors of #5F855B
Black with #5F855B
Text Example
Text Example
White with #5F855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F855B; }
p { color: rgb(95,133,91); }
H1.HeaderClassName
{
color: #5F855B;
}
.AnyTagClassName
{
color: #5F855B;
}
</style>
background-color css
<style>
a { background-color: #5F855B; }
a { background-color: rgb(95,133,91); }
div.DivClassName
{
background-color: #5F855B;
}
.BgClassName
{
background-color: #5F855B;
}
</style>
border-color css
<style>
span { border-color: #5F855B; }
span { border-color: rgb(95,133,91); }
td.TdClassName
{
border-color: #5F855B;
}
.TagClassName
{
border-color: #5F855B;
}
</style>