Shades of Hippie Green #5E8A54
Tints of Hippie Green #5E8A54
RGB
CMYK
RGB Variations
Color information
#5E8A54 (or 0x5E8A54) is known color: Hippie Green. HEX triplet: 5E, 8A and 54. RGB value is (94,138,84). Sum of RGB (Red+Green+Blue) = 94+138+84=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #5E8A54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8A54 is #A175AB. Grayscale: #767676. Windows color (decimal): -10581420 or 5540446. OLE color: 5540446.
HSL color Cylindrical-coordinate representation of color #5E8A54: hue angle of 108.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E8A54 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 138 | 84 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.46 |
| HSL | 108.89º | 0.24% | 0.44% | - |
| HSV(B) | 108.89º | 0.39% | 0.54% | - |
| XYZ | 15.3 | 21.2 | 11.67 | - |
| YUV | 118.69 | 108.42 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 138 | 84 | 0.32 | 0 | 0.39 | 0.46 | 108.89 | 0.24 | 0.44 |
| Hex | 5E | 8A | 54 | 20 | 0 | 27 | 2E | 6D | 18 | 2C |
| Octal | 136 | 212 | 124 | 40 | 0 | 47 | 56 | 155 | 30 | 54 |
| Binary | 1011110 | 10001010 | 1010100 | 100000 | 0 | 100111 | 101110 | 1101101 | 11000 | 101100 |
Color Harmonies of #5E8A54
Complementary color
Monochromatic Colors of #5E8A54
Black with #5E8A54
Text Example
Text Example
White with #5E8A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8A54; }
p { color: rgb(94,138,84); }
H1.HeaderClassName
{
color: #5E8A54;
}
.AnyTagClassName
{
color: #5E8A54;
}
</style>
background-color css
<style>
a { background-color: #5E8A54; }
a { background-color: rgb(94,138,84); }
div.DivClassName
{
background-color: #5E8A54;
}
.BgClassName
{
background-color: #5E8A54;
}
</style>
border-color css
<style>
span { border-color: #5E8A54; }
span { border-color: rgb(94,138,84); }
td.TdClassName
{
border-color: #5E8A54;
}
.TagClassName
{
border-color: #5E8A54;
}
</style>