Shades of Hippie Green #5E7C5F
Tints of Hippie Green #5E7C5F
RGB
CMYK
RGB Variations
Color information
#5E7C5F (or 0x5E7C5F) is known color: Hippie Green. HEX triplet: 5E, 7C and 5F. RGB value is (94,124,95). Sum of RGB (Red+Green+Blue) = 94+124+95=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 124 - color contains mainly: green. Hex color #5E7C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7C5F is #A183A0. Grayscale: #6F6F6F. Windows color (decimal): -10584993 or 6257758. OLE color: 6257758.
HSL color Cylindrical-coordinate representation of color #5E7C5F: hue angle of 122º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E7C5F is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 124 | 95 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.51 |
| HSL | 122º | 0.14% | 0.43% | - |
| HSV(B) | 122º | 0.24% | 0.49% | - |
| XYZ | 13.89 | 17.62 | 13.5 | - |
| YUV | 111.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 124 | 95 | 0.24 | 0 | 0.23 | 0.51 | 122 | 0.14 | 0.43 |
| Hex | 5E | 7C | 5F | 18 | 0 | 17 | 33 | 7A | E | 2B |
| Octal | 136 | 174 | 137 | 30 | 0 | 27 | 63 | 172 | 16 | 53 |
| Binary | 1011110 | 1111100 | 1011111 | 11000 | 0 | 10111 | 110011 | 1111010 | 1110 | 101011 |
Color Harmonies of #5E7C5F
Complementary color
Monochromatic Colors of #5E7C5F
Black with #5E7C5F
Text Example
Text Example
White with #5E7C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7C5F; }
p { color: rgb(94,124,95); }
H1.HeaderClassName
{
color: #5E7C5F;
}
.AnyTagClassName
{
color: #5E7C5F;
}
</style>
background-color css
<style>
a { background-color: #5E7C5F; }
a { background-color: rgb(94,124,95); }
div.DivClassName
{
background-color: #5E7C5F;
}
.BgClassName
{
background-color: #5E7C5F;
}
</style>
border-color css
<style>
span { border-color: #5E7C5F; }
span { border-color: rgb(94,124,95); }
td.TdClassName
{
border-color: #5E7C5F;
}
.TagClassName
{
border-color: #5E7C5F;
}
</style>