Shades of Hippie Green #5F8762
Tints of Hippie Green #5F8762
RGB
CMYK
RGB Variations
Color information
#5F8762 (or 0x5F8762) is known color: Hippie Green. HEX triplet: 5F, 87 and 62. RGB value is (95,135,98). Sum of RGB (Red+Green+Blue) = 95+135+98=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #5F8762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8762 is #A0789D. Grayscale: #767676. Windows color (decimal): -10516638 or 6457183. OLE color: 6457183.
HSL color Cylindrical-coordinate representation of color #5F8762: hue angle of 124.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F8762 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 135 | 98 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.47 |
| HSL | 124.5º | 0.17% | 0.45% | - |
| HSV(B) | 124.5º | 0.3% | 0.53% | - |
| XYZ | 15.59 | 20.64 | 14.72 | - |
| YUV | 118.82 | 116.25 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 135 | 98 | 0.30 | 0 | 0.27 | 0.47 | 124.5 | 0.17 | 0.45 |
| Hex | 5F | 87 | 62 | 1E | 0 | 1B | 2F | 7C | 11 | 2D |
| Octal | 137 | 207 | 142 | 36 | 0 | 33 | 57 | 174 | 21 | 55 |
| Binary | 1011111 | 10000111 | 1100010 | 11110 | 0 | 11011 | 101111 | 1111100 | 10001 | 101101 |
Color Harmonies of #5F8762
Complementary color
Monochromatic Colors of #5F8762
Black with #5F8762
Text Example
Text Example
White with #5F8762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8762; }
p { color: rgb(95,135,98); }
H1.HeaderClassName
{
color: #5F8762;
}
.AnyTagClassName
{
color: #5F8762;
}
</style>
background-color css
<style>
a { background-color: #5F8762; }
a { background-color: rgb(95,135,98); }
div.DivClassName
{
background-color: #5F8762;
}
.BgClassName
{
background-color: #5F8762;
}
</style>
border-color css
<style>
span { border-color: #5F8762; }
span { border-color: rgb(95,135,98); }
td.TdClassName
{
border-color: #5F8762;
}
.TagClassName
{
border-color: #5F8762;
}
</style>