Shades of Hippie Green #5E935A
Tints of Hippie Green #5E935A
RGB
CMYK
RGB Variations
Color information
#5E935A (or 0x5E935A) is known color: Hippie Green. HEX triplet: 5E, 93 and 5A. RGB value is (94,147,90). Sum of RGB (Red+Green+Blue) = 94+147+90=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #5E935A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E935A is #A16CA5. Grayscale: #7C7C7C. Windows color (decimal): -10579110 or 5935966. OLE color: 5935966.
HSL color Cylindrical-coordinate representation of color #5E935A: hue angle of 115.79º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E935A is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 147 | 90 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.42 |
| HSL | 115.79º | 0.24% | 0.46% | - |
| HSV(B) | 115.79º | 0.39% | 0.58% | - |
| XYZ | 16.9 | 23.99 | 13.41 | - |
| YUV | 124.66 | 108.44 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 147 | 90 | 0.36 | 0 | 0.39 | 0.42 | 115.79 | 0.24 | 0.46 |
| Hex | 5E | 93 | 5A | 24 | 0 | 27 | 2A | 74 | 18 | 2E |
| Octal | 136 | 223 | 132 | 44 | 0 | 47 | 52 | 164 | 30 | 56 |
| Binary | 1011110 | 10010011 | 1011010 | 100100 | 0 | 100111 | 101010 | 1110100 | 11000 | 101110 |
Color Harmonies of #5E935A
Complementary color
Monochromatic Colors of #5E935A
Black with #5E935A
Text Example
Text Example
White with #5E935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E935A; }
p { color: rgb(94,147,90); }
H1.HeaderClassName
{
color: #5E935A;
}
.AnyTagClassName
{
color: #5E935A;
}
</style>
background-color css
<style>
a { background-color: #5E935A; }
a { background-color: rgb(94,147,90); }
div.DivClassName
{
background-color: #5E935A;
}
.BgClassName
{
background-color: #5E935A;
}
</style>
border-color css
<style>
span { border-color: #5E935A; }
span { border-color: rgb(94,147,90); }
td.TdClassName
{
border-color: #5E935A;
}
.TagClassName
{
border-color: #5E935A;
}
</style>