Shades of Hippie Green #5E935C
Tints of Hippie Green #5E935C
RGB
CMYK
RGB Variations
Color information
#5E935C (or 0x5E935C) is known color: Hippie Green. HEX triplet: 5E, 93 and 5C. RGB value is (94,147,92). Sum of RGB (Red+Green+Blue) = 94+147+92=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #5E935C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E935C is #A16CA3. Grayscale: #7D7D7D. Windows color (decimal): -10579108 or 6067038. OLE color: 6067038.
HSL color Cylindrical-coordinate representation of color #5E935C: hue angle of 117.82º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E935C is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 147 | 92 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.42 |
| HSL | 117.82º | 0.23% | 0.47% | - |
| HSV(B) | 117.82º | 0.37% | 0.58% | - |
| XYZ | 16.98 | 24.02 | 13.87 | - |
| YUV | 124.88 | 109.44 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 147 | 92 | 0.36 | 0 | 0.37 | 0.42 | 117.82 | 0.23 | 0.47 |
| Hex | 5E | 93 | 5C | 24 | 0 | 25 | 2A | 76 | 17 | 2F |
| Octal | 136 | 223 | 134 | 44 | 0 | 45 | 52 | 166 | 27 | 57 |
| Binary | 1011110 | 10010011 | 1011100 | 100100 | 0 | 100101 | 101010 | 1110110 | 10111 | 101111 |
Color Harmonies of #5E935C
Complementary color
Monochromatic Colors of #5E935C
Black with #5E935C
Text Example
Text Example
White with #5E935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E935C; }
p { color: rgb(94,147,92); }
H1.HeaderClassName
{
color: #5E935C;
}
.AnyTagClassName
{
color: #5E935C;
}
</style>
background-color css
<style>
a { background-color: #5E935C; }
a { background-color: rgb(94,147,92); }
div.DivClassName
{
background-color: #5E935C;
}
.BgClassName
{
background-color: #5E935C;
}
</style>
border-color css
<style>
span { border-color: #5E935C; }
span { border-color: rgb(94,147,92); }
td.TdClassName
{
border-color: #5E935C;
}
.TagClassName
{
border-color: #5E935C;
}
</style>