Shades of Hippie Green #5E945B
Tints of Hippie Green #5E945B
RGB
CMYK
RGB Variations
Color information
#5E945B (or 0x5E945B) is known color: Hippie Green. HEX triplet: 5E, 94 and 5B. RGB value is (94,148,91). Sum of RGB (Red+Green+Blue) = 94+148+91=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #5E945B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E945B is #A16BA4. Grayscale: #7D7D7D. Windows color (decimal): -10578853 or 6001758. OLE color: 6001758.
HSL color Cylindrical-coordinate representation of color #5E945B: hue angle of 116.84º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E945B is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 148 | 91 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.42 |
| HSL | 116.84º | 0.24% | 0.47% | - |
| HSV(B) | 116.84º | 0.39% | 0.58% | - |
| XYZ | 17.09 | 24.31 | 13.69 | - |
| YUV | 125.36 | 108.61 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 148 | 91 | 0.36 | 0 | 0.39 | 0.42 | 116.84 | 0.24 | 0.47 |
| Hex | 5E | 94 | 5B | 24 | 0 | 27 | 2A | 75 | 18 | 2F |
| Octal | 136 | 224 | 133 | 44 | 0 | 47 | 52 | 165 | 30 | 57 |
| Binary | 1011110 | 10010100 | 1011011 | 100100 | 0 | 100111 | 101010 | 1110101 | 11000 | 101111 |
Color Harmonies of #5E945B
Complementary color
Monochromatic Colors of #5E945B
Black with #5E945B
Text Example
Text Example
White with #5E945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E945B; }
p { color: rgb(94,148,91); }
H1.HeaderClassName
{
color: #5E945B;
}
.AnyTagClassName
{
color: #5E945B;
}
</style>
background-color css
<style>
a { background-color: #5E945B; }
a { background-color: rgb(94,148,91); }
div.DivClassName
{
background-color: #5E945B;
}
.BgClassName
{
background-color: #5E945B;
}
</style>
border-color css
<style>
span { border-color: #5E945B; }
span { border-color: rgb(94,148,91); }
td.TdClassName
{
border-color: #5E945B;
}
.TagClassName
{
border-color: #5E945B;
}
</style>