Shades of Hippie Green #5B885F
Tints of Hippie Green #5B885F
RGB
CMYK
RGB Variations
Color information
#5B885F (or 0x5B885F) is known color: Hippie Green. HEX triplet: 5B, 88 and 5F. RGB value is (91,136,95). Sum of RGB (Red+Green+Blue) = 91+136+95=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #5B885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B885F is #A477A0. Grayscale: #757575. Windows color (decimal): -10778529 or 6260827. OLE color: 6260827.
HSL color Cylindrical-coordinate representation of color #5B885F: hue angle of 125.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B885F is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 136 | 95 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.47 |
| HSL | 125.33º | 0.2% | 0.45% | - |
| HSV(B) | 125.33º | 0.33% | 0.53% | - |
| XYZ | 15.18 | 20.66 | 14.01 | - |
| YUV | 117.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 136 | 95 | 0.33 | 0 | 0.30 | 0.47 | 125.33 | 0.2 | 0.45 |
| Hex | 5B | 88 | 5F | 21 | 0 | 1E | 2F | 7D | 14 | 2D |
| Octal | 133 | 210 | 137 | 41 | 0 | 36 | 57 | 175 | 24 | 55 |
| Binary | 1011011 | 10001000 | 1011111 | 100001 | 0 | 11110 | 101111 | 1111101 | 10100 | 101101 |
Color Harmonies of #5B885F
Complementary color
Monochromatic Colors of #5B885F
Black with #5B885F
Text Example
Text Example
White with #5B885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B885F; }
p { color: rgb(91,136,95); }
H1.HeaderClassName
{
color: #5B885F;
}
.AnyTagClassName
{
color: #5B885F;
}
</style>
background-color css
<style>
a { background-color: #5B885F; }
a { background-color: rgb(91,136,95); }
div.DivClassName
{
background-color: #5B885F;
}
.BgClassName
{
background-color: #5B885F;
}
</style>
border-color css
<style>
span { border-color: #5B885F; }
span { border-color: rgb(91,136,95); }
td.TdClassName
{
border-color: #5B885F;
}
.TagClassName
{
border-color: #5B885F;
}
</style>