Shades of Hippie Green #5B965E
Tints of Hippie Green #5B965E
RGB
CMYK
RGB Variations
Color information
#5B965E (or 0x5B965E) is known color: Hippie Green. HEX triplet: 5B, 96 and 5E. RGB value is (91,150,94). Sum of RGB (Red+Green+Blue) = 91+150+94=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #5B965E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B965E is #A469A1. Grayscale: #7E7E7E. Windows color (decimal): -10774946 or 6198875. OLE color: 6198875.
HSL color Cylindrical-coordinate representation of color #5B965E: hue angle of 123.05º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B965E is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 150 | 94 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.41 |
| HSL | 123.05º | 0.24% | 0.47% | - |
| HSV(B) | 123.05º | 0.39% | 0.59% | - |
| XYZ | 17.24 | 24.85 | 14.48 | - |
| YUV | 125.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 150 | 94 | 0.39 | 0 | 0.37 | 0.41 | 123.05 | 0.24 | 0.47 |
| Hex | 5B | 96 | 5E | 27 | 0 | 25 | 29 | 7B | 18 | 2F |
| Octal | 133 | 226 | 136 | 47 | 0 | 45 | 51 | 173 | 30 | 57 |
| Binary | 1011011 | 10010110 | 1011110 | 100111 | 0 | 100101 | 101001 | 1111011 | 11000 | 101111 |
Color Harmonies of #5B965E
Complementary color
Monochromatic Colors of #5B965E
Black with #5B965E
Text Example
Text Example
White with #5B965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B965E; }
p { color: rgb(91,150,94); }
H1.HeaderClassName
{
color: #5B965E;
}
.AnyTagClassName
{
color: #5B965E;
}
</style>
background-color css
<style>
a { background-color: #5B965E; }
a { background-color: rgb(91,150,94); }
div.DivClassName
{
background-color: #5B965E;
}
.BgClassName
{
background-color: #5B965E;
}
</style>
border-color css
<style>
span { border-color: #5B965E; }
span { border-color: rgb(91,150,94); }
td.TdClassName
{
border-color: #5B965E;
}
.TagClassName
{
border-color: #5B965E;
}
</style>