Shades of Hippie Green #5E9255
Tints of Hippie Green #5E9255
RGB
CMYK
RGB Variations
Color information
#5E9255 (or 0x5E9255) is known color: Hippie Green. HEX triplet: 5E, 92 and 55. RGB value is (94,146,85). Sum of RGB (Red+Green+Blue) = 94+146+85=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #5E9255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9255 is #A16DAA. Grayscale: #7B7B7B. Windows color (decimal): -10579371 or 5608030. OLE color: 5608030.
HSL color Cylindrical-coordinate representation of color #5E9255: hue angle of 111.15º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E9255 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 85 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.43 |
| HSL | 111.15º | 0.26% | 0.45% | - |
| HSV(B) | 111.15º | 0.42% | 0.57% | - |
| XYZ | 16.53 | 23.59 | 12.28 | - |
| YUV | 123.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 85 | 0.36 | 0 | 0.42 | 0.43 | 111.15 | 0.26 | 0.45 |
| Hex | 5E | 92 | 55 | 24 | 0 | 2A | 2B | 6F | 1A | 2D |
| Octal | 136 | 222 | 125 | 44 | 0 | 52 | 53 | 157 | 32 | 55 |
| Binary | 1011110 | 10010010 | 1010101 | 100100 | 0 | 101010 | 101011 | 1101111 | 11010 | 101101 |
Color Harmonies of #5E9255
Complementary color
Monochromatic Colors of #5E9255
Black with #5E9255
Text Example
Text Example
White with #5E9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9255; }
p { color: rgb(94,146,85); }
H1.HeaderClassName
{
color: #5E9255;
}
.AnyTagClassName
{
color: #5E9255;
}
</style>
background-color css
<style>
a { background-color: #5E9255; }
a { background-color: rgb(94,146,85); }
div.DivClassName
{
background-color: #5E9255;
}
.BgClassName
{
background-color: #5E9255;
}
</style>
border-color css
<style>
span { border-color: #5E9255; }
span { border-color: rgb(94,146,85); }
td.TdClassName
{
border-color: #5E9255;
}
.TagClassName
{
border-color: #5E9255;
}
</style>