Shades of Hippie Green #5F955A
Tints of Hippie Green #5F955A
RGB
CMYK
RGB Variations
Color information
#5F955A (or 0x5F955A) is known color: Hippie Green. HEX triplet: 5F, 95 and 5A. RGB value is (95,149,90). Sum of RGB (Red+Green+Blue) = 95+149+90=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #5F955A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F955A is #A06AA5. Grayscale: #7E7E7E. Windows color (decimal): -10513062 or 5936479. OLE color: 5936479.
HSL color Cylindrical-coordinate representation of color #5F955A: hue angle of 114.92º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F955A is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 149 | 90 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.42 |
| HSL | 114.92º | 0.25% | 0.47% | - |
| HSV(B) | 114.92º | 0.4% | 0.58% | - |
| XYZ | 17.31 | 24.67 | 13.52 | - |
| YUV | 126.13 | 107.61 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 149 | 90 | 0.36 | 0 | 0.40 | 0.42 | 114.92 | 0.25 | 0.47 |
| Hex | 5F | 95 | 5A | 24 | 0 | 28 | 2A | 73 | 19 | 2F |
| Octal | 137 | 225 | 132 | 44 | 0 | 50 | 52 | 163 | 31 | 57 |
| Binary | 1011111 | 10010101 | 1011010 | 100100 | 0 | 101000 | 101010 | 1110011 | 11001 | 101111 |
Color Harmonies of #5F955A
Complementary color
Monochromatic Colors of #5F955A
Black with #5F955A
Text Example
Text Example
White with #5F955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F955A; }
p { color: rgb(95,149,90); }
H1.HeaderClassName
{
color: #5F955A;
}
.AnyTagClassName
{
color: #5F955A;
}
</style>
background-color css
<style>
a { background-color: #5F955A; }
a { background-color: rgb(95,149,90); }
div.DivClassName
{
background-color: #5F955A;
}
.BgClassName
{
background-color: #5F955A;
}
</style>
border-color css
<style>
span { border-color: #5F955A; }
span { border-color: rgb(95,149,90); }
td.TdClassName
{
border-color: #5F955A;
}
.TagClassName
{
border-color: #5F955A;
}
</style>