Shades of Hippie Green #5E855C
Tints of Hippie Green #5E855C
RGB
CMYK
RGB Variations
Color information
#5E855C (or 0x5E855C) is known color: Hippie Green. HEX triplet: 5E, 85 and 5C. RGB value is (94,133,92). Sum of RGB (Red+Green+Blue) = 94+133+92=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #5E855C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E855C is #A17AA3. Grayscale: #747474. Windows color (decimal): -10582692 or 6063454. OLE color: 6063454.
HSL color Cylindrical-coordinate representation of color #5E855C: hue angle of 117.07º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E855C is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 133 | 92 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.48 |
| HSL | 117.07º | 0.18% | 0.44% | - |
| HSV(B) | 117.07º | 0.31% | 0.52% | - |
| XYZ | 14.94 | 19.93 | 13.18 | - |
| YUV | 116.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 133 | 92 | 0.29 | 0 | 0.31 | 0.48 | 117.07 | 0.18 | 0.44 |
| Hex | 5E | 85 | 5C | 1D | 0 | 1F | 30 | 75 | 12 | 2C |
| Octal | 136 | 205 | 134 | 35 | 0 | 37 | 60 | 165 | 22 | 54 |
| Binary | 1011110 | 10000101 | 1011100 | 11101 | 0 | 11111 | 110000 | 1110101 | 10010 | 101100 |
Color Harmonies of #5E855C
Complementary color
Monochromatic Colors of #5E855C
Black with #5E855C
Text Example
Text Example
White with #5E855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E855C; }
p { color: rgb(94,133,92); }
H1.HeaderClassName
{
color: #5E855C;
}
.AnyTagClassName
{
color: #5E855C;
}
</style>
background-color css
<style>
a { background-color: #5E855C; }
a { background-color: rgb(94,133,92); }
div.DivClassName
{
background-color: #5E855C;
}
.BgClassName
{
background-color: #5E855C;
}
</style>
border-color css
<style>
span { border-color: #5E855C; }
span { border-color: rgb(94,133,92); }
td.TdClassName
{
border-color: #5E855C;
}
.TagClassName
{
border-color: #5E855C;
}
</style>