Shades of Hippie Green #5F965D
Tints of Hippie Green #5F965D
RGB
CMYK
RGB Variations
Color information
#5F965D (or 0x5F965D) is known color: Hippie Green. HEX triplet: 5F, 96 and 5D. RGB value is (95,150,93). Sum of RGB (Red+Green+Blue) = 95+150+93=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #5F965D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F965D is #A069A2. Grayscale: #7F7F7F. Windows color (decimal): -10512803 or 6133343. OLE color: 6133343.
HSL color Cylindrical-coordinate representation of color #5F965D: hue angle of 117.89º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F965D is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 150 | 93 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.41 |
| HSL | 117.89º | 0.23% | 0.48% | - |
| HSV(B) | 117.89º | 0.38% | 0.59% | - |
| XYZ | 17.6 | 25.04 | 14.26 | - |
| YUV | 127.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 150 | 93 | 0.37 | 0 | 0.38 | 0.41 | 117.89 | 0.23 | 0.48 |
| Hex | 5F | 96 | 5D | 25 | 0 | 26 | 29 | 76 | 17 | 30 |
| Octal | 137 | 226 | 135 | 45 | 0 | 46 | 51 | 166 | 27 | 60 |
| Binary | 1011111 | 10010110 | 1011101 | 100101 | 0 | 100110 | 101001 | 1110110 | 10111 | 110000 |
Color Harmonies of #5F965D
Complementary color
Monochromatic Colors of #5F965D
Black with #5F965D
Text Example
Text Example
White with #5F965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F965D; }
p { color: rgb(95,150,93); }
H1.HeaderClassName
{
color: #5F965D;
}
.AnyTagClassName
{
color: #5F965D;
}
</style>
background-color css
<style>
a { background-color: #5F965D; }
a { background-color: rgb(95,150,93); }
div.DivClassName
{
background-color: #5F965D;
}
.BgClassName
{
background-color: #5F965D;
}
</style>
border-color css
<style>
span { border-color: #5F965D; }
span { border-color: rgb(95,150,93); }
td.TdClassName
{
border-color: #5F965D;
}
.TagClassName
{
border-color: #5F965D;
}
</style>