Shades of Hippie Green #5E8A57
Tints of Hippie Green #5E8A57
RGB
CMYK
RGB Variations
Color information
#5E8A57 (or 0x5E8A57) is known color: Hippie Green. HEX triplet: 5E, 8A and 57. RGB value is (94,138,87). Sum of RGB (Red+Green+Blue) = 94+138+87=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 138 - color contains mainly: green. Hex color #5E8A57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8A57 is #A175A8. Grayscale: #777777. Windows color (decimal): -10581417 or 5737054. OLE color: 5737054.
HSL color Cylindrical-coordinate representation of color #5E8A57: hue angle of 111.76º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E8A57 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 138 | 87 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.46 |
| HSL | 111.76º | 0.23% | 0.44% | - |
| HSV(B) | 111.76º | 0.37% | 0.54% | - |
| XYZ | 15.42 | 21.24 | 12.3 | - |
| YUV | 119.03 | 109.92 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 138 | 87 | 0.32 | 0 | 0.37 | 0.46 | 111.76 | 0.23 | 0.44 |
| Hex | 5E | 8A | 57 | 20 | 0 | 25 | 2E | 70 | 17 | 2C |
| Octal | 136 | 212 | 127 | 40 | 0 | 45 | 56 | 160 | 27 | 54 |
| Binary | 1011110 | 10001010 | 1010111 | 100000 | 0 | 100101 | 101110 | 1110000 | 10111 | 101100 |
Color Harmonies of #5E8A57
Complementary color
Monochromatic Colors of #5E8A57
Black with #5E8A57
Text Example
Text Example
White with #5E8A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8A57; }
p { color: rgb(94,138,87); }
H1.HeaderClassName
{
color: #5E8A57;
}
.AnyTagClassName
{
color: #5E8A57;
}
</style>
background-color css
<style>
a { background-color: #5E8A57; }
a { background-color: rgb(94,138,87); }
div.DivClassName
{
background-color: #5E8A57;
}
.BgClassName
{
background-color: #5E8A57;
}
</style>
border-color css
<style>
span { border-color: #5E8A57; }
span { border-color: rgb(94,138,87); }
td.TdClassName
{
border-color: #5E8A57;
}
.TagClassName
{
border-color: #5E8A57;
}
</style>