Shades of Hippie Green #5E865C
Tints of Hippie Green #5E865C
RGB
CMYK
RGB Variations
Color information
#5E865C (or 0x5E865C) is known color: Hippie Green. HEX triplet: 5E, 86 and 5C. RGB value is (94,134,92). Sum of RGB (Red+Green+Blue) = 94+134+92=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #5E865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E865C is #A179A3. Grayscale: #757575. Windows color (decimal): -10582436 or 6063710. OLE color: 6063710.
HSL color Cylindrical-coordinate representation of color #5E865C: hue angle of 117.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E865C is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 92 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.47 |
| HSL | 117.14º | 0.19% | 0.44% | - |
| HSV(B) | 117.14º | 0.31% | 0.53% | - |
| XYZ | 15.07 | 20.2 | 13.23 | - |
| YUV | 117.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 92 | 0.30 | 0 | 0.31 | 0.47 | 117.14 | 0.19 | 0.44 |
| Hex | 5E | 86 | 5C | 1E | 0 | 1F | 2F | 75 | 13 | 2C |
| Octal | 136 | 206 | 134 | 36 | 0 | 37 | 57 | 165 | 23 | 54 |
| Binary | 1011110 | 10000110 | 1011100 | 11110 | 0 | 11111 | 101111 | 1110101 | 10011 | 101100 |
Color Harmonies of #5E865C
Complementary color
Monochromatic Colors of #5E865C
Black with #5E865C
Text Example
Text Example
White with #5E865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E865C; }
p { color: rgb(94,134,92); }
H1.HeaderClassName
{
color: #5E865C;
}
.AnyTagClassName
{
color: #5E865C;
}
</style>
background-color css
<style>
a { background-color: #5E865C; }
a { background-color: rgb(94,134,92); }
div.DivClassName
{
background-color: #5E865C;
}
.BgClassName
{
background-color: #5E865C;
}
</style>
border-color css
<style>
span { border-color: #5E865C; }
span { border-color: rgb(94,134,92); }
td.TdClassName
{
border-color: #5E865C;
}
.TagClassName
{
border-color: #5E865C;
}
</style>