Shades of Hippie Green #5E955D
Tints of Hippie Green #5E955D
RGB
CMYK
RGB Variations
Color information
#5E955D (or 0x5E955D) is known color: Hippie Green. HEX triplet: 5E, 95 and 5D. RGB value is (94,149,93). Sum of RGB (Red+Green+Blue) = 94+149+93=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #5E955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E955D is #A16AA2. Grayscale: #7E7E7E. Windows color (decimal): -10578595 or 6133086. OLE color: 6133086.
HSL color Cylindrical-coordinate representation of color #5E955D: hue angle of 118.93º degrees, saturation: 0.23, 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 #5E955D is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 93 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.42 |
| HSL | 118.93º | 0.23% | 0.47% | - |
| HSV(B) | 118.93º | 0.38% | 0.58% | - |
| XYZ | 17.34 | 24.66 | 14.2 | - |
| YUV | 126.17 | 109.28 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 93 | 0.37 | 0 | 0.38 | 0.42 | 118.93 | 0.23 | 0.47 |
| Hex | 5E | 95 | 5D | 25 | 0 | 26 | 2A | 77 | 17 | 2F |
| Octal | 136 | 225 | 135 | 45 | 0 | 46 | 52 | 167 | 27 | 57 |
| Binary | 1011110 | 10010101 | 1011101 | 100101 | 0 | 100110 | 101010 | 1110111 | 10111 | 101111 |
Color Harmonies of #5E955D
Complementary color
Monochromatic Colors of #5E955D
Black with #5E955D
Text Example
Text Example
White with #5E955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E955D; }
p { color: rgb(94,149,93); }
H1.HeaderClassName
{
color: #5E955D;
}
.AnyTagClassName
{
color: #5E955D;
}
</style>
background-color css
<style>
a { background-color: #5E955D; }
a { background-color: rgb(94,149,93); }
div.DivClassName
{
background-color: #5E955D;
}
.BgClassName
{
background-color: #5E955D;
}
</style>
border-color css
<style>
span { border-color: #5E955D; }
span { border-color: rgb(94,149,93); }
td.TdClassName
{
border-color: #5E955D;
}
.TagClassName
{
border-color: #5E955D;
}
</style>