Shades of Hippie Green #5B865E
Tints of Hippie Green #5B865E
RGB
CMYK
RGB Variations
Color information
#5B865E (or 0x5B865E) is known color: Hippie Green. HEX triplet: 5B, 86 and 5E. RGB value is (91,134,94). Sum of RGB (Red+Green+Blue) = 91+134+94=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #5B865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B865E is #A479A1. Grayscale: #747474. Windows color (decimal): -10779042 or 6194779. OLE color: 6194779.
HSL color Cylindrical-coordinate representation of color #5B865E: hue angle of 124.19º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B865E is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 134 | 94 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.47 |
| HSL | 124.19º | 0.19% | 0.44% | - |
| HSV(B) | 124.19º | 0.32% | 0.53% | - |
| XYZ | 14.86 | 20.08 | 13.68 | - |
| YUV | 116.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 134 | 94 | 0.32 | 0 | 0.30 | 0.47 | 124.19 | 0.19 | 0.44 |
| Hex | 5B | 86 | 5E | 20 | 0 | 1E | 2F | 7C | 13 | 2C |
| Octal | 133 | 206 | 136 | 40 | 0 | 36 | 57 | 174 | 23 | 54 |
| Binary | 1011011 | 10000110 | 1011110 | 100000 | 0 | 11110 | 101111 | 1111100 | 10011 | 101100 |
Color Harmonies of #5B865E
Complementary color
Monochromatic Colors of #5B865E
Black with #5B865E
Text Example
Text Example
White with #5B865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B865E; }
p { color: rgb(91,134,94); }
H1.HeaderClassName
{
color: #5B865E;
}
.AnyTagClassName
{
color: #5B865E;
}
</style>
background-color css
<style>
a { background-color: #5B865E; }
a { background-color: rgb(91,134,94); }
div.DivClassName
{
background-color: #5B865E;
}
.BgClassName
{
background-color: #5B865E;
}
</style>
border-color css
<style>
span { border-color: #5B865E; }
span { border-color: rgb(91,134,94); }
td.TdClassName
{
border-color: #5B865E;
}
.TagClassName
{
border-color: #5B865E;
}
</style>