Shades of Hippie Green #5B855D
Tints of Hippie Green #5B855D
RGB
CMYK
RGB Variations
Color information
#5B855D (or 0x5B855D) is known color: Hippie Green. HEX triplet: 5B, 85 and 5D. RGB value is (91,133,93). Sum of RGB (Red+Green+Blue) = 91+133+93=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #5B855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B855D is #A47AA2. Grayscale: #747474. Windows color (decimal): -10779299 or 6128987. OLE color: 6128987.
HSL color Cylindrical-coordinate representation of color #5B855D: hue angle of 122.86º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B855D is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 133 | 93 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.48 |
| HSL | 122.86º | 0.19% | 0.44% | - |
| HSV(B) | 122.86º | 0.32% | 0.52% | - |
| XYZ | 14.68 | 19.79 | 13.4 | - |
| YUV | 115.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 133 | 93 | 0.32 | 0 | 0.30 | 0.48 | 122.86 | 0.19 | 0.44 |
| Hex | 5B | 85 | 5D | 20 | 0 | 1E | 30 | 7B | 13 | 2C |
| Octal | 133 | 205 | 135 | 40 | 0 | 36 | 60 | 173 | 23 | 54 |
| Binary | 1011011 | 10000101 | 1011101 | 100000 | 0 | 11110 | 110000 | 1111011 | 10011 | 101100 |
Color Harmonies of #5B855D
Complementary color
Monochromatic Colors of #5B855D
Black with #5B855D
Text Example
Text Example
White with #5B855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B855D; }
p { color: rgb(91,133,93); }
H1.HeaderClassName
{
color: #5B855D;
}
.AnyTagClassName
{
color: #5B855D;
}
</style>
background-color css
<style>
a { background-color: #5B855D; }
a { background-color: rgb(91,133,93); }
div.DivClassName
{
background-color: #5B855D;
}
.BgClassName
{
background-color: #5B855D;
}
</style>
border-color css
<style>
span { border-color: #5B855D; }
span { border-color: rgb(91,133,93); }
td.TdClassName
{
border-color: #5B855D;
}
.TagClassName
{
border-color: #5B855D;
}
</style>