Shades of Hippie Green #5E875B
Tints of Hippie Green #5E875B
RGB
CMYK
RGB Variations
Color information
#5E875B (or 0x5E875B) is known color: Hippie Green. HEX triplet: 5E, 87 and 5B. RGB value is (94,135,91). Sum of RGB (Red+Green+Blue) = 94+135+91=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #5E875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E875B is #A178A4. Grayscale: #757575. Windows color (decimal): -10582181 or 5998430. OLE color: 5998430.
HSL color Cylindrical-coordinate representation of color #5E875B: hue angle of 115.91º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E875B is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 135 | 91 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.47 |
| HSL | 115.91º | 0.19% | 0.44% | - |
| HSV(B) | 115.91º | 0.33% | 0.53% | - |
| XYZ | 15.17 | 20.46 | 13.05 | - |
| YUV | 117.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 91 | 0.30 | 0 | 0.33 | 0.47 | 115.91 | 0.19 | 0.44 |
| Hex | 5E | 87 | 5B | 1E | 0 | 21 | 2F | 74 | 13 | 2C |
| Octal | 136 | 207 | 133 | 36 | 0 | 41 | 57 | 164 | 23 | 54 |
| Binary | 1011110 | 10000111 | 1011011 | 11110 | 0 | 100001 | 101111 | 1110100 | 10011 | 101100 |
Color Harmonies of #5E875B
Complementary color
Monochromatic Colors of #5E875B
Black with #5E875B
Text Example
Text Example
White with #5E875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E875B; }
p { color: rgb(94,135,91); }
H1.HeaderClassName
{
color: #5E875B;
}
.AnyTagClassName
{
color: #5E875B;
}
</style>
background-color css
<style>
a { background-color: #5E875B; }
a { background-color: rgb(94,135,91); }
div.DivClassName
{
background-color: #5E875B;
}
.BgClassName
{
background-color: #5E875B;
}
</style>
border-color css
<style>
span { border-color: #5E875B; }
span { border-color: rgb(94,135,91); }
td.TdClassName
{
border-color: #5E875B;
}
.TagClassName
{
border-color: #5E875B;
}
</style>