Shades of Hippie Green #5F815E
Tints of Hippie Green #5F815E
RGB
CMYK
RGB Variations
Color information
#5F815E (or 0x5F815E) is known color: Hippie Green. HEX triplet: 5F, 81 and 5E. RGB value is (95,129,94). Sum of RGB (Red+Green+Blue) = 95+129+94=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #5F815E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F815E is #A07EA1. Grayscale: #727272. Windows color (decimal): -10518178 or 6193503. OLE color: 6193503.
HSL color Cylindrical-coordinate representation of color #5F815E: hue angle of 118.29º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F815E is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 129 | 94 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.49 |
| HSL | 118.29º | 0.16% | 0.44% | - |
| HSV(B) | 118.29º | 0.27% | 0.51% | - |
| XYZ | 14.59 | 18.94 | 13.48 | - |
| YUV | 114.84 | 116.24 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 129 | 94 | 0.26 | 0 | 0.27 | 0.49 | 118.29 | 0.16 | 0.44 |
| Hex | 5F | 81 | 5E | 1A | 0 | 1B | 31 | 76 | 10 | 2C |
| Octal | 137 | 201 | 136 | 32 | 0 | 33 | 61 | 166 | 20 | 54 |
| Binary | 1011111 | 10000001 | 1011110 | 11010 | 0 | 11011 | 110001 | 1110110 | 10000 | 101100 |
Color Harmonies of #5F815E
Complementary color
Monochromatic Colors of #5F815E
Black with #5F815E
Text Example
Text Example
White with #5F815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F815E; }
p { color: rgb(95,129,94); }
H1.HeaderClassName
{
color: #5F815E;
}
.AnyTagClassName
{
color: #5F815E;
}
</style>
background-color css
<style>
a { background-color: #5F815E; }
a { background-color: rgb(95,129,94); }
div.DivClassName
{
background-color: #5F815E;
}
.BgClassName
{
background-color: #5F815E;
}
</style>
border-color css
<style>
span { border-color: #5F815E; }
span { border-color: rgb(95,129,94); }
td.TdClassName
{
border-color: #5F815E;
}
.TagClassName
{
border-color: #5F815E;
}
</style>