Shades of Hippie Green #5E9259
Tints of Hippie Green #5E9259
RGB
CMYK
RGB Variations
Color information
#5E9259 (or 0x5E9259) is known color: Hippie Green. HEX triplet: 5E, 92 and 59. RGB value is (94,146,89). Sum of RGB (Red+Green+Blue) = 94+146+89=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #5E9259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9259 is #A16DA6. Grayscale: #7C7C7C. Windows color (decimal): -10579367 or 5870174. OLE color: 5870174.
HSL color Cylindrical-coordinate representation of color #5E9259: hue angle of 114.74º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9259 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 89 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.43 |
| HSL | 114.74º | 0.24% | 0.46% | - |
| HSV(B) | 114.74º | 0.39% | 0.57% | - |
| XYZ | 16.7 | 23.66 | 13.14 | - |
| YUV | 123.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 89 | 0.36 | 0 | 0.39 | 0.43 | 114.74 | 0.24 | 0.46 |
| Hex | 5E | 92 | 59 | 24 | 0 | 27 | 2B | 73 | 18 | 2E |
| Octal | 136 | 222 | 131 | 44 | 0 | 47 | 53 | 163 | 30 | 56 |
| Binary | 1011110 | 10010010 | 1011001 | 100100 | 0 | 100111 | 101011 | 1110011 | 11000 | 101110 |
Color Harmonies of #5E9259
Complementary color
Monochromatic Colors of #5E9259
Black with #5E9259
Text Example
Text Example
White with #5E9259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9259; }
p { color: rgb(94,146,89); }
H1.HeaderClassName
{
color: #5E9259;
}
.AnyTagClassName
{
color: #5E9259;
}
</style>
background-color css
<style>
a { background-color: #5E9259; }
a { background-color: rgb(94,146,89); }
div.DivClassName
{
background-color: #5E9259;
}
.BgClassName
{
background-color: #5E9259;
}
</style>
border-color css
<style>
span { border-color: #5E9259; }
span { border-color: rgb(94,146,89); }
td.TdClassName
{
border-color: #5E9259;
}
.TagClassName
{
border-color: #5E9259;
}
</style>