Shades of Hippie Green #5E955C
Tints of Hippie Green #5E955C
RGB
CMYK
RGB Variations
Color information
#5E955C (or 0x5E955C) is known color: Hippie Green. HEX triplet: 5E, 95 and 5C. RGB value is (94,149,92). Sum of RGB (Red+Green+Blue) = 94+149+92=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #5E955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E955C is #A16AA3. Grayscale: #7E7E7E. Windows color (decimal): -10578596 or 6067550. OLE color: 6067550.
HSL color Cylindrical-coordinate representation of color #5E955C: hue angle of 117.89º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E955C is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 92 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.42 |
| HSL | 117.89º | 0.24% | 0.47% | - |
| HSV(B) | 117.89º | 0.38% | 0.58% | - |
| XYZ | 17.3 | 24.65 | 13.97 | - |
| YUV | 126.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 92 | 0.37 | 0 | 0.38 | 0.42 | 117.89 | 0.24 | 0.47 |
| Hex | 5E | 95 | 5C | 25 | 0 | 26 | 2A | 76 | 18 | 2F |
| Octal | 136 | 225 | 134 | 45 | 0 | 46 | 52 | 166 | 30 | 57 |
| Binary | 1011110 | 10010101 | 1011100 | 100101 | 0 | 100110 | 101010 | 1110110 | 11000 | 101111 |
Color Harmonies of #5E955C
Complementary color
Monochromatic Colors of #5E955C
Black with #5E955C
Text Example
Text Example
White with #5E955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E955C; }
p { color: rgb(94,149,92); }
H1.HeaderClassName
{
color: #5E955C;
}
.AnyTagClassName
{
color: #5E955C;
}
</style>
background-color css
<style>
a { background-color: #5E955C; }
a { background-color: rgb(94,149,92); }
div.DivClassName
{
background-color: #5E955C;
}
.BgClassName
{
background-color: #5E955C;
}
</style>
border-color css
<style>
span { border-color: #5E955C; }
span { border-color: rgb(94,149,92); }
td.TdClassName
{
border-color: #5E955C;
}
.TagClassName
{
border-color: #5E955C;
}
</style>