Shades of Hippie Green #5E8659
Tints of Hippie Green #5E8659
RGB
CMYK
RGB Variations
Color information
#5E8659 (or 0x5E8659) is known color: Hippie Green. HEX triplet: 5E, 86 and 59. RGB value is (94,134,89). Sum of RGB (Red+Green+Blue) = 94+134+89=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #5E8659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8659 is #A179A6. Grayscale: #757575. Windows color (decimal): -10582439 or 5867102. OLE color: 5867102.
HSL color Cylindrical-coordinate representation of color #5E8659: hue angle of 113.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E8659 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 89 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.47 |
| HSL | 113.33º | 0.2% | 0.44% | - |
| HSV(B) | 113.33º | 0.34% | 0.53% | - |
| XYZ | 14.94 | 20.15 | 12.55 | - |
| YUV | 116.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 89 | 0.30 | 0 | 0.34 | 0.47 | 113.33 | 0.2 | 0.44 |
| Hex | 5E | 86 | 59 | 1E | 0 | 22 | 2F | 71 | 14 | 2C |
| Octal | 136 | 206 | 131 | 36 | 0 | 42 | 57 | 161 | 24 | 54 |
| Binary | 1011110 | 10000110 | 1011001 | 11110 | 0 | 100010 | 101111 | 1110001 | 10100 | 101100 |
Color Harmonies of #5E8659
Complementary color
Monochromatic Colors of #5E8659
Black with #5E8659
Text Example
Text Example
White with #5E8659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8659; }
p { color: rgb(94,134,89); }
H1.HeaderClassName
{
color: #5E8659;
}
.AnyTagClassName
{
color: #5E8659;
}
</style>
background-color css
<style>
a { background-color: #5E8659; }
a { background-color: rgb(94,134,89); }
div.DivClassName
{
background-color: #5E8659;
}
.BgClassName
{
background-color: #5E8659;
}
</style>
border-color css
<style>
span { border-color: #5E8659; }
span { border-color: rgb(94,134,89); }
td.TdClassName
{
border-color: #5E8659;
}
.TagClassName
{
border-color: #5E8659;
}
</style>