Shades of Hippie Green #5F7862
Tints of Hippie Green #5F7862
RGB
CMYK
RGB Variations
Color information
#5F7862 (or 0x5F7862) is known color: Hippie Green. HEX triplet: 5F, 78 and 62. RGB value is (95,120,98). Sum of RGB (Red+Green+Blue) = 95+120+98=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #5F7862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7862 is #A0879D. Grayscale: #6E6E6E. Windows color (decimal): -10520478 or 6453343. OLE color: 6453343.
HSL color Cylindrical-coordinate representation of color #5F7862: hue angle of 127.2º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F7862 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 120 | 98 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.53 |
| HSL | 127.2º | 0.12% | 0.42% | - |
| HSV(B) | 127.2º | 0.21% | 0.47% | - |
| XYZ | 13.64 | 16.75 | 14.07 | - |
| YUV | 110.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 120 | 98 | 0.21 | 0 | 0.18 | 0.53 | 127.2 | 0.12 | 0.42 |
| Hex | 5F | 78 | 62 | 15 | 0 | 12 | 35 | 7F | C | 2A |
| Octal | 137 | 170 | 142 | 25 | 0 | 22 | 65 | 177 | 14 | 52 |
| Binary | 1011111 | 1111000 | 1100010 | 10101 | 0 | 10010 | 110101 | 1111111 | 1100 | 101010 |
Color Harmonies of #5F7862
Complementary color
Monochromatic Colors of #5F7862
Black with #5F7862
Text Example
Text Example
White with #5F7862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7862; }
p { color: rgb(95,120,98); }
H1.HeaderClassName
{
color: #5F7862;
}
.AnyTagClassName
{
color: #5F7862;
}
</style>
background-color css
<style>
a { background-color: #5F7862; }
a { background-color: rgb(95,120,98); }
div.DivClassName
{
background-color: #5F7862;
}
.BgClassName
{
background-color: #5F7862;
}
</style>
border-color css
<style>
span { border-color: #5F7862; }
span { border-color: rgb(95,120,98); }
td.TdClassName
{
border-color: #5F7862;
}
.TagClassName
{
border-color: #5F7862;
}
</style>