Shades of Hippie Green #5E8954
Tints of Hippie Green #5E8954
RGB
CMYK
RGB Variations
Color information
#5E8954 (or 0x5E8954) is known color: Hippie Green. HEX triplet: 5E, 89 and 54. RGB value is (94,137,84). Sum of RGB (Red+Green+Blue) = 94+137+84=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #5E8954 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8954 is #A176AB. Grayscale: #767676. Windows color (decimal): -10581676 or 5540190. OLE color: 5540190.
HSL color Cylindrical-coordinate representation of color #5E8954: hue angle of 108.68º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E8954 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 137 | 84 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.46 |
| HSL | 108.68º | 0.24% | 0.43% | - |
| HSV(B) | 108.68º | 0.39% | 0.54% | - |
| XYZ | 15.16 | 20.91 | 11.62 | - |
| YUV | 118.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 84 | 0.31 | 0 | 0.39 | 0.46 | 108.68 | 0.24 | 0.43 |
| Hex | 5E | 89 | 54 | 1F | 0 | 27 | 2E | 6D | 18 | 2B |
| Octal | 136 | 211 | 124 | 37 | 0 | 47 | 56 | 155 | 30 | 53 |
| Binary | 1011110 | 10001001 | 1010100 | 11111 | 0 | 100111 | 101110 | 1101101 | 11000 | 101011 |
Color Harmonies of #5E8954
Complementary color
Monochromatic Colors of #5E8954
Black with #5E8954
Text Example
Text Example
White with #5E8954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8954; }
p { color: rgb(94,137,84); }
H1.HeaderClassName
{
color: #5E8954;
}
.AnyTagClassName
{
color: #5E8954;
}
</style>
background-color css
<style>
a { background-color: #5E8954; }
a { background-color: rgb(94,137,84); }
div.DivClassName
{
background-color: #5E8954;
}
.BgClassName
{
background-color: #5E8954;
}
</style>
border-color css
<style>
span { border-color: #5E8954; }
span { border-color: rgb(94,137,84); }
td.TdClassName
{
border-color: #5E8954;
}
.TagClassName
{
border-color: #5E8954;
}
</style>