Shades of Hippie Green #5E815C
Tints of Hippie Green #5E815C
RGB
CMYK
RGB Variations
Color information
#5E815C (or 0x5E815C) is known color: Hippie Green. HEX triplet: 5E, 81 and 5C. RGB value is (94,129,92). Sum of RGB (Red+Green+Blue) = 94+129+92=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #5E815C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E815C is #A17EA3. Grayscale: #727272. Windows color (decimal): -10583716 or 6062430. OLE color: 6062430.
HSL color Cylindrical-coordinate representation of color #5E815C: hue angle of 116.76º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E815C is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 129 | 92 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.49 |
| HSL | 116.76º | 0.17% | 0.43% | - |
| HSV(B) | 116.76º | 0.29% | 0.51% | - |
| XYZ | 14.4 | 18.85 | 13.01 | - |
| YUV | 114.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 129 | 92 | 0.27 | 0 | 0.29 | 0.49 | 116.76 | 0.17 | 0.43 |
| Hex | 5E | 81 | 5C | 1B | 0 | 1D | 31 | 75 | 11 | 2B |
| Octal | 136 | 201 | 134 | 33 | 0 | 35 | 61 | 165 | 21 | 53 |
| Binary | 1011110 | 10000001 | 1011100 | 11011 | 0 | 11101 | 110001 | 1110101 | 10001 | 101011 |
Color Harmonies of #5E815C
Complementary color
Monochromatic Colors of #5E815C
Black with #5E815C
Text Example
Text Example
White with #5E815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E815C; }
p { color: rgb(94,129,92); }
H1.HeaderClassName
{
color: #5E815C;
}
.AnyTagClassName
{
color: #5E815C;
}
</style>
background-color css
<style>
a { background-color: #5E815C; }
a { background-color: rgb(94,129,92); }
div.DivClassName
{
background-color: #5E815C;
}
.BgClassName
{
background-color: #5E815C;
}
</style>
border-color css
<style>
span { border-color: #5E815C; }
span { border-color: rgb(94,129,92); }
td.TdClassName
{
border-color: #5E815C;
}
.TagClassName
{
border-color: #5E815C;
}
</style>