Shades of Hippie Green #5E8754
Tints of Hippie Green #5E8754
RGB
CMYK
RGB Variations
Color information
#5E8754 (or 0x5E8754) is known color: Hippie Green. HEX triplet: 5E, 87 and 54. RGB value is (94,135,84). Sum of RGB (Red+Green+Blue) = 94+135+84=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #5E8754 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8754 is #A178AB. Grayscale: #757575. Windows color (decimal): -10582188 or 5539678. OLE color: 5539678.
HSL color Cylindrical-coordinate representation of color #5E8754: hue angle of 108.24º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E8754 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 135 | 84 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.47 |
| HSL | 108.24º | 0.23% | 0.43% | - |
| HSV(B) | 108.24º | 0.38% | 0.53% | - |
| XYZ | 14.88 | 20.35 | 11.53 | - |
| YUV | 116.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 84 | 0.30 | 0 | 0.38 | 0.47 | 108.24 | 0.23 | 0.43 |
| Hex | 5E | 87 | 54 | 1E | 0 | 26 | 2F | 6C | 17 | 2B |
| Octal | 136 | 207 | 124 | 36 | 0 | 46 | 57 | 154 | 27 | 53 |
| Binary | 1011110 | 10000111 | 1010100 | 11110 | 0 | 100110 | 101111 | 1101100 | 10111 | 101011 |
Color Harmonies of #5E8754
Complementary color
Monochromatic Colors of #5E8754
Black with #5E8754
Text Example
Text Example
White with #5E8754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8754; }
p { color: rgb(94,135,84); }
H1.HeaderClassName
{
color: #5E8754;
}
.AnyTagClassName
{
color: #5E8754;
}
</style>
background-color css
<style>
a { background-color: #5E8754; }
a { background-color: rgb(94,135,84); }
div.DivClassName
{
background-color: #5E8754;
}
.BgClassName
{
background-color: #5E8754;
}
</style>
border-color css
<style>
span { border-color: #5E8754; }
span { border-color: rgb(94,135,84); }
td.TdClassName
{
border-color: #5E8754;
}
.TagClassName
{
border-color: #5E8754;
}
</style>