Shades of Hippie Green #5E915B
Tints of Hippie Green #5E915B
RGB
CMYK
RGB Variations
Color information
#5E915B (or 0x5E915B) is known color: Hippie Green. HEX triplet: 5E, 91 and 5B. RGB value is (94,145,91). Sum of RGB (Red+Green+Blue) = 94+145+91=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #5E915B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E915B is #A16EA4. Grayscale: #7B7B7B. Windows color (decimal): -10579621 or 6000990. OLE color: 6000990.
HSL color Cylindrical-coordinate representation of color #5E915B: hue angle of 116.67º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E915B is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 145 | 91 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.43 |
| HSL | 116.67º | 0.23% | 0.46% | - |
| HSV(B) | 116.67º | 0.37% | 0.57% | - |
| XYZ | 16.63 | 23.39 | 13.53 | - |
| YUV | 123.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 91 | 0.35 | 0 | 0.37 | 0.43 | 116.67 | 0.23 | 0.46 |
| Hex | 5E | 91 | 5B | 23 | 0 | 25 | 2B | 75 | 17 | 2E |
| Octal | 136 | 221 | 133 | 43 | 0 | 45 | 53 | 165 | 27 | 56 |
| Binary | 1011110 | 10010001 | 1011011 | 100011 | 0 | 100101 | 101011 | 1110101 | 10111 | 101110 |
Color Harmonies of #5E915B
Complementary color
Monochromatic Colors of #5E915B
Black with #5E915B
Text Example
Text Example
White with #5E915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E915B; }
p { color: rgb(94,145,91); }
H1.HeaderClassName
{
color: #5E915B;
}
.AnyTagClassName
{
color: #5E915B;
}
</style>
background-color css
<style>
a { background-color: #5E915B; }
a { background-color: rgb(94,145,91); }
div.DivClassName
{
background-color: #5E915B;
}
.BgClassName
{
background-color: #5E915B;
}
</style>
border-color css
<style>
span { border-color: #5E915B; }
span { border-color: rgb(94,145,91); }
td.TdClassName
{
border-color: #5E915B;
}
.TagClassName
{
border-color: #5E915B;
}
</style>