Shades of Hippie Green #5E954C
Tints of Hippie Green #5E954C
RGB
CMYK
RGB Variations
Color information
#5E954C (or 0x5E954C) is known color: Hippie Green. HEX triplet: 5E, 95 and 4C. RGB value is (94,149,76). Sum of RGB (Red+Green+Blue) = 94+149+76=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #5E954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E954C is #A16AB3. Grayscale: #7C7C7C. Windows color (decimal): -10578612 or 5018974. OLE color: 5018974.
HSL color Cylindrical-coordinate representation of color #5E954C: hue angle of 105.21º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E954C is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 76 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.42 |
| HSL | 105.21º | 0.32% | 0.44% | - |
| HSV(B) | 105.21º | 0.49% | 0.58% | - |
| XYZ | 16.67 | 24.4 | 10.67 | - |
| YUV | 124.23 | 100.78 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 76 | 0.37 | 0 | 0.49 | 0.42 | 105.21 | 0.32 | 0.44 |
| Hex | 5E | 95 | 4C | 25 | 0 | 31 | 2A | 69 | 20 | 2C |
| Octal | 136 | 225 | 114 | 45 | 0 | 61 | 52 | 151 | 40 | 54 |
| Binary | 1011110 | 10010101 | 1001100 | 100101 | 0 | 110001 | 101010 | 1101001 | 100000 | 101100 |
Color Harmonies of #5E954C
Complementary color
Monochromatic Colors of #5E954C
Black with #5E954C
Text Example
Text Example
White with #5E954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E954C; }
p { color: rgb(94,149,76); }
H1.HeaderClassName
{
color: #5E954C;
}
.AnyTagClassName
{
color: #5E954C;
}
</style>
background-color css
<style>
a { background-color: #5E954C; }
a { background-color: rgb(94,149,76); }
div.DivClassName
{
background-color: #5E954C;
}
.BgClassName
{
background-color: #5E954C;
}
</style>
border-color css
<style>
span { border-color: #5E954C; }
span { border-color: rgb(94,149,76); }
td.TdClassName
{
border-color: #5E954C;
}
.TagClassName
{
border-color: #5E954C;
}
</style>