Shades of Hippie Green #5E9A60
Tints of Hippie Green #5E9A60
RGB
CMYK
RGB Variations
Color information
#5E9A60 (or 0x5E9A60) is known color: Hippie Green. HEX triplet: 5E, 9A and 60. RGB value is (94,154,96). Sum of RGB (Red+Green+Blue) = 94+154+96=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9A60 is #A1659F. Grayscale: #818181. Windows color (decimal): -10577312 or 6330974. OLE color: 6330974.
HSL color Cylindrical-coordinate representation of color #5E9A60: hue angle of 122º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9A60 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 154 | 96 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.40 |
| HSL | 122º | 0.24% | 0.49% | - |
| HSV(B) | 122º | 0.39% | 0.6% | - |
| XYZ | 18.28 | 26.34 | 15.19 | - |
| YUV | 129.45 | 109.12 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 154 | 96 | 0.39 | 0 | 0.38 | 0.40 | 122 | 0.24 | 0.49 |
| Hex | 5E | 9A | 60 | 27 | 0 | 26 | 28 | 7A | 18 | 31 |
| Octal | 136 | 232 | 140 | 47 | 0 | 46 | 50 | 172 | 30 | 61 |
| Binary | 1011110 | 10011010 | 1100000 | 100111 | 0 | 100110 | 101000 | 1111010 | 11000 | 110001 |
Color Harmonies of #5E9A60
Complementary color
Monochromatic Colors of #5E9A60
Black with #5E9A60
Text Example
Text Example
White with #5E9A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9A60; }
p { color: rgb(94,154,96); }
H1.HeaderClassName
{
color: #5E9A60;
}
.AnyTagClassName
{
color: #5E9A60;
}
</style>
background-color css
<style>
a { background-color: #5E9A60; }
a { background-color: rgb(94,154,96); }
div.DivClassName
{
background-color: #5E9A60;
}
.BgClassName
{
background-color: #5E9A60;
}
</style>
border-color css
<style>
span { border-color: #5E9A60; }
span { border-color: rgb(94,154,96); }
td.TdClassName
{
border-color: #5E9A60;
}
.TagClassName
{
border-color: #5E9A60;
}
</style>