Shades of Hippie Green #5E855B
Tints of Hippie Green #5E855B
RGB
CMYK
RGB Variations
Color information
#5E855B (or 0x5E855B) is known color: Hippie Green. HEX triplet: 5E, 85 and 5B. RGB value is (94,133,91). Sum of RGB (Red+Green+Blue) = 94+133+91=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #5E855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E855B is #A17AA4. Grayscale: #747474. Windows color (decimal): -10582693 or 5997918. OLE color: 5997918.
HSL color Cylindrical-coordinate representation of color #5E855B: hue angle of 115.71º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E855B is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 133 | 91 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.48 |
| HSL | 115.71º | 0.19% | 0.44% | - |
| HSV(B) | 115.71º | 0.32% | 0.52% | - |
| XYZ | 14.89 | 19.91 | 12.96 | - |
| YUV | 116.55 | 113.58 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 133 | 91 | 0.29 | 0 | 0.32 | 0.48 | 115.71 | 0.19 | 0.44 |
| Hex | 5E | 85 | 5B | 1D | 0 | 20 | 30 | 74 | 13 | 2C |
| Octal | 136 | 205 | 133 | 35 | 0 | 40 | 60 | 164 | 23 | 54 |
| Binary | 1011110 | 10000101 | 1011011 | 11101 | 0 | 100000 | 110000 | 1110100 | 10011 | 101100 |
Color Harmonies of #5E855B
Complementary color
Monochromatic Colors of #5E855B
Black with #5E855B
Text Example
Text Example
White with #5E855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E855B; }
p { color: rgb(94,133,91); }
H1.HeaderClassName
{
color: #5E855B;
}
.AnyTagClassName
{
color: #5E855B;
}
</style>
background-color css
<style>
a { background-color: #5E855B; }
a { background-color: rgb(94,133,91); }
div.DivClassName
{
background-color: #5E855B;
}
.BgClassName
{
background-color: #5E855B;
}
</style>
border-color css
<style>
span { border-color: #5E855B; }
span { border-color: rgb(94,133,91); }
td.TdClassName
{
border-color: #5E855B;
}
.TagClassName
{
border-color: #5E855B;
}
</style>