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