Shades of Hippie Green #5E915A
Tints of Hippie Green #5E915A
RGB
CMYK
RGB Variations
Color information
#5E915A (or 0x5E915A) is known color: Hippie Green. HEX triplet: 5E, 91 and 5A. RGB value is (94,145,90). Sum of RGB (Red+Green+Blue) = 94+145+90=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #5E915A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E915A is #A16EA5. Grayscale: #7B7B7B. Windows color (decimal): -10579622 or 5935454. OLE color: 5935454.
HSL color Cylindrical-coordinate representation of color #5E915A: hue angle of 115.64º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E915A is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 145 | 90 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.43 |
| HSL | 115.64º | 0.23% | 0.46% | - |
| HSV(B) | 115.64º | 0.38% | 0.57% | - |
| XYZ | 16.59 | 23.37 | 13.31 | - |
| YUV | 123.48 | 109.1 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 90 | 0.35 | 0 | 0.38 | 0.43 | 115.64 | 0.23 | 0.46 |
| Hex | 5E | 91 | 5A | 23 | 0 | 26 | 2B | 74 | 17 | 2E |
| Octal | 136 | 221 | 132 | 43 | 0 | 46 | 53 | 164 | 27 | 56 |
| Binary | 1011110 | 10010001 | 1011010 | 100011 | 0 | 100110 | 101011 | 1110100 | 10111 | 101110 |
Color Harmonies of #5E915A
Complementary color
Monochromatic Colors of #5E915A
Black with #5E915A
Text Example
Text Example
White with #5E915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E915A; }
p { color: rgb(94,145,90); }
H1.HeaderClassName
{
color: #5E915A;
}
.AnyTagClassName
{
color: #5E915A;
}
</style>
background-color css
<style>
a { background-color: #5E915A; }
a { background-color: rgb(94,145,90); }
div.DivClassName
{
background-color: #5E915A;
}
.BgClassName
{
background-color: #5E915A;
}
</style>
border-color css
<style>
span { border-color: #5E915A; }
span { border-color: rgb(94,145,90); }
td.TdClassName
{
border-color: #5E915A;
}
.TagClassName
{
border-color: #5E915A;
}
</style>