Shades of Hippie Green #5E915F
Tints of Hippie Green #5E915F
RGB
CMYK
RGB Variations
Color information
#5E915F (or 0x5E915F) is known color: Hippie Green. HEX triplet: 5E, 91 and 5F. RGB value is (94,145,95). Sum of RGB (Red+Green+Blue) = 94+145+95=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #5E915F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E915F is #A16EA0. Grayscale: #7C7C7C. Windows color (decimal): -10579617 or 6263134. OLE color: 6263134.
HSL color Cylindrical-coordinate representation of color #5E915F: hue angle of 121.18º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E915F is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 145 | 95 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.43 |
| HSL | 121.18º | 0.21% | 0.47% | - |
| HSV(B) | 121.18º | 0.35% | 0.57% | - |
| XYZ | 16.81 | 23.46 | 14.47 | - |
| YUV | 124.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 95 | 0.35 | 0 | 0.34 | 0.43 | 121.18 | 0.21 | 0.47 |
| Hex | 5E | 91 | 5F | 23 | 0 | 22 | 2B | 79 | 15 | 2F |
| Octal | 136 | 221 | 137 | 43 | 0 | 42 | 53 | 171 | 25 | 57 |
| Binary | 1011110 | 10010001 | 1011111 | 100011 | 0 | 100010 | 101011 | 1111001 | 10101 | 101111 |
Color Harmonies of #5E915F
Complementary color
Monochromatic Colors of #5E915F
Black with #5E915F
Text Example
Text Example
White with #5E915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E915F; }
p { color: rgb(94,145,95); }
H1.HeaderClassName
{
color: #5E915F;
}
.AnyTagClassName
{
color: #5E915F;
}
</style>
background-color css
<style>
a { background-color: #5E915F; }
a { background-color: rgb(94,145,95); }
div.DivClassName
{
background-color: #5E915F;
}
.BgClassName
{
background-color: #5E915F;
}
</style>
border-color css
<style>
span { border-color: #5E915F; }
span { border-color: rgb(94,145,95); }
td.TdClassName
{
border-color: #5E915F;
}
.TagClassName
{
border-color: #5E915F;
}
</style>