Shades of Hippie Green #5B885B
Tints of Hippie Green #5B885B
RGB
CMYK
RGB Variations
Color information
#5B885B (or 0x5B885B) is known color: Hippie Green. HEX triplet: 5B, 88 and 5B. RGB value is (91,136,91). Sum of RGB (Red+Green+Blue) = 91+136+91=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #5B885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B885B is #A477A4. Grayscale: #757575. Windows color (decimal): -10778533 or 5998683. OLE color: 5998683.
HSL color Cylindrical-coordinate representation of color #5B885B: hue angle of 120º 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 #5B885B is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 136 | 91 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.47 |
| HSL | 120º | 0.2% | 0.45% | - |
| HSV(B) | 120º | 0.33% | 0.53% | - |
| XYZ | 15.01 | 20.59 | 13.08 | - |
| YUV | 117.42 | 113.09 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 136 | 91 | 0.33 | 0 | 0.33 | 0.47 | 120 | 0.2 | 0.45 |
| Hex | 5B | 88 | 5B | 21 | 0 | 21 | 2F | 78 | 14 | 2D |
| Octal | 133 | 210 | 133 | 41 | 0 | 41 | 57 | 170 | 24 | 55 |
| Binary | 1011011 | 10001000 | 1011011 | 100001 | 0 | 100001 | 101111 | 1111000 | 10100 | 101101 |
Color Harmonies of #5B885B
Complementary color
Monochromatic Colors of #5B885B
Black with #5B885B
Text Example
Text Example
White with #5B885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B885B; }
p { color: rgb(91,136,91); }
H1.HeaderClassName
{
color: #5B885B;
}
.AnyTagClassName
{
color: #5B885B;
}
</style>
background-color css
<style>
a { background-color: #5B885B; }
a { background-color: rgb(91,136,91); }
div.DivClassName
{
background-color: #5B885B;
}
.BgClassName
{
background-color: #5B885B;
}
</style>
border-color css
<style>
span { border-color: #5B885B; }
span { border-color: rgb(91,136,91); }
td.TdClassName
{
border-color: #5B885B;
}
.TagClassName
{
border-color: #5B885B;
}
</style>