Shades of Hippie Green #5E9756
Tints of Hippie Green #5E9756
RGB
CMYK
RGB Variations
Color information
#5E9756 (or 0x5E9756) is known color: Hippie Green. HEX triplet: 5E, 97 and 56. RGB value is (94,151,86). Sum of RGB (Red+Green+Blue) = 94+151+86=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #5E9756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9756 is #A168A9. Grayscale: #7E7E7E. Windows color (decimal): -10578090 or 5674846. OLE color: 5674846.
HSL color Cylindrical-coordinate representation of color #5E9756: hue angle of 112.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E9756 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 151 | 86 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.41 |
| HSL | 112.62º | 0.27% | 0.46% | - |
| HSV(B) | 112.62º | 0.43% | 0.59% | - |
| XYZ | 17.36 | 25.18 | 12.75 | - |
| YUV | 126.55 | 105.12 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 151 | 86 | 0.38 | 0 | 0.43 | 0.41 | 112.62 | 0.27 | 0.46 |
| Hex | 5E | 97 | 56 | 26 | 0 | 2B | 29 | 71 | 1B | 2E |
| Octal | 136 | 227 | 126 | 46 | 0 | 53 | 51 | 161 | 33 | 56 |
| Binary | 1011110 | 10010111 | 1010110 | 100110 | 0 | 101011 | 101001 | 1110001 | 11011 | 101110 |
Color Harmonies of #5E9756
Complementary color
Monochromatic Colors of #5E9756
Black with #5E9756
Text Example
Text Example
White with #5E9756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9756; }
p { color: rgb(94,151,86); }
H1.HeaderClassName
{
color: #5E9756;
}
.AnyTagClassName
{
color: #5E9756;
}
</style>
background-color css
<style>
a { background-color: #5E9756; }
a { background-color: rgb(94,151,86); }
div.DivClassName
{
background-color: #5E9756;
}
.BgClassName
{
background-color: #5E9756;
}
</style>
border-color css
<style>
span { border-color: #5E9756; }
span { border-color: rgb(94,151,86); }
td.TdClassName
{
border-color: #5E9756;
}
.TagClassName
{
border-color: #5E9756;
}
</style>