Shades of Hippie Green #5B885C
Tints of Hippie Green #5B885C
RGB
CMYK
RGB Variations
Color information
#5B885C (or 0x5B885C) is known color: Hippie Green. HEX triplet: 5B, 88 and 5C. RGB value is (91,136,92). Sum of RGB (Red+Green+Blue) = 91+136+92=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #5B885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B885C is #A477A3. Grayscale: #757575. Windows color (decimal): -10778532 or 6064219. OLE color: 6064219.
HSL color Cylindrical-coordinate representation of color #5B885C: hue angle of 121.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 #5B885C is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 136 | 92 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.47 |
| HSL | 121.33º | 0.2% | 0.45% | - |
| HSV(B) | 121.33º | 0.33% | 0.53% | - |
| XYZ | 15.05 | 20.61 | 13.31 | - |
| YUV | 117.53 | 113.59 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 136 | 92 | 0.33 | 0 | 0.32 | 0.47 | 121.33 | 0.2 | 0.45 |
| Hex | 5B | 88 | 5C | 21 | 0 | 20 | 2F | 79 | 14 | 2D |
| Octal | 133 | 210 | 134 | 41 | 0 | 40 | 57 | 171 | 24 | 55 |
| Binary | 1011011 | 10001000 | 1011100 | 100001 | 0 | 100000 | 101111 | 1111001 | 10100 | 101101 |
Color Harmonies of #5B885C
Complementary color
Monochromatic Colors of #5B885C
Black with #5B885C
Text Example
Text Example
White with #5B885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B885C; }
p { color: rgb(91,136,92); }
H1.HeaderClassName
{
color: #5B885C;
}
.AnyTagClassName
{
color: #5B885C;
}
</style>
background-color css
<style>
a { background-color: #5B885C; }
a { background-color: rgb(91,136,92); }
div.DivClassName
{
background-color: #5B885C;
}
.BgClassName
{
background-color: #5B885C;
}
</style>
border-color css
<style>
span { border-color: #5B885C; }
span { border-color: rgb(91,136,92); }
td.TdClassName
{
border-color: #5B885C;
}
.TagClassName
{
border-color: #5B885C;
}
</style>