Shades of Hippie Green #5B885D
Tints of Hippie Green #5B885D
RGB
CMYK
RGB Variations
Color information
#5B885D (or 0x5B885D) is known color: Hippie Green. HEX triplet: 5B, 88 and 5D. RGB value is (91,136,93). Sum of RGB (Red+Green+Blue) = 91+136+93=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #5B885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B885D is #A477A2. Grayscale: #757575. Windows color (decimal): -10778531 or 6129755. OLE color: 6129755.
HSL color Cylindrical-coordinate representation of color #5B885D: hue angle of 122.67º 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 #5B885D is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 136 | 93 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.47 |
| HSL | 122.67º | 0.2% | 0.45% | - |
| HSV(B) | 122.67º | 0.33% | 0.53% | - |
| XYZ | 15.09 | 20.62 | 13.54 | - |
| YUV | 117.64 | 114.09 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 136 | 93 | 0.33 | 0 | 0.32 | 0.47 | 122.67 | 0.2 | 0.45 |
| Hex | 5B | 88 | 5D | 21 | 0 | 20 | 2F | 7B | 14 | 2D |
| Octal | 133 | 210 | 135 | 41 | 0 | 40 | 57 | 173 | 24 | 55 |
| Binary | 1011011 | 10001000 | 1011101 | 100001 | 0 | 100000 | 101111 | 1111011 | 10100 | 101101 |
Color Harmonies of #5B885D
Complementary color
Monochromatic Colors of #5B885D
Black with #5B885D
Text Example
Text Example
White with #5B885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B885D; }
p { color: rgb(91,136,93); }
H1.HeaderClassName
{
color: #5B885D;
}
.AnyTagClassName
{
color: #5B885D;
}
</style>
background-color css
<style>
a { background-color: #5B885D; }
a { background-color: rgb(91,136,93); }
div.DivClassName
{
background-color: #5B885D;
}
.BgClassName
{
background-color: #5B885D;
}
</style>
border-color css
<style>
span { border-color: #5B885D; }
span { border-color: rgb(91,136,93); }
td.TdClassName
{
border-color: #5B885D;
}
.TagClassName
{
border-color: #5B885D;
}
</style>