Shades of Hippie Green #5E995C
Tints of Hippie Green #5E995C
RGB
CMYK
RGB Variations
Color information
#5E995C (or 0x5E995C) is known color: Hippie Green. HEX triplet: 5E, 99 and 5C. RGB value is (94,153,92). Sum of RGB (Red+Green+Blue) = 94+153+92=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #5E995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E995C is #A166A3. Grayscale: #808080. Windows color (decimal): -10577572 or 6068574. OLE color: 6068574.
HSL color Cylindrical-coordinate representation of color #5E995C: hue angle of 118.03º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E995C is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 92 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.4 |
| HSL | 118.03º | 0.25% | 0.48% | - |
| HSV(B) | 118.03º | 0.4% | 0.6% | - |
| XYZ | 17.94 | 25.93 | 14.19 | - |
| YUV | 128.41 | 107.45 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 92 | 0.39 | 0 | 0.40 | 0.4 | 118.03 | 0.25 | 0.48 |
| Hex | 5E | 99 | 5C | 27 | 0 | 28 | 28 | 76 | 19 | 30 |
| Octal | 136 | 231 | 134 | 47 | 0 | 50 | 50 | 166 | 31 | 60 |
| Binary | 1011110 | 10011001 | 1011100 | 100111 | 0 | 101000 | 101000 | 1110110 | 11001 | 110000 |
Color Harmonies of #5E995C
Complementary color
Monochromatic Colors of #5E995C
Black with #5E995C
Text Example
Text Example
White with #5E995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E995C; }
p { color: rgb(94,153,92); }
H1.HeaderClassName
{
color: #5E995C;
}
.AnyTagClassName
{
color: #5E995C;
}
</style>
background-color css
<style>
a { background-color: #5E995C; }
a { background-color: rgb(94,153,92); }
div.DivClassName
{
background-color: #5E995C;
}
.BgClassName
{
background-color: #5E995C;
}
</style>
border-color css
<style>
span { border-color: #5E995C; }
span { border-color: rgb(94,153,92); }
td.TdClassName
{
border-color: #5E995C;
}
.TagClassName
{
border-color: #5E995C;
}
</style>