Shades of Hippie Green #5B875A
Tints of Hippie Green #5B875A
RGB
CMYK
RGB Variations
Color information
#5B875A (or 0x5B875A) is known color: Hippie Green. HEX triplet: 5B, 87 and 5A. RGB value is (91,135,90). Sum of RGB (Red+Green+Blue) = 91+135+90=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #5B875A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B875A is #A478A5. Grayscale: #747474. Windows color (decimal): -10778790 or 5932891. OLE color: 5932891.
HSL color Cylindrical-coordinate representation of color #5B875A: hue angle of 118.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B875A is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 135 | 90 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.47 |
| HSL | 118.67º | 0.2% | 0.44% | - |
| HSV(B) | 118.67º | 0.33% | 0.53% | - |
| XYZ | 14.82 | 20.29 | 12.81 | - |
| YUV | 116.71 | 112.92 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 135 | 90 | 0.33 | 0 | 0.33 | 0.47 | 118.67 | 0.2 | 0.44 |
| Hex | 5B | 87 | 5A | 21 | 0 | 21 | 2F | 77 | 14 | 2C |
| Octal | 133 | 207 | 132 | 41 | 0 | 41 | 57 | 167 | 24 | 54 |
| Binary | 1011011 | 10000111 | 1011010 | 100001 | 0 | 100001 | 101111 | 1110111 | 10100 | 101100 |
Color Harmonies of #5B875A
Complementary color
Monochromatic Colors of #5B875A
Black with #5B875A
Text Example
Text Example
White with #5B875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B875A; }
p { color: rgb(91,135,90); }
H1.HeaderClassName
{
color: #5B875A;
}
.AnyTagClassName
{
color: #5B875A;
}
</style>
background-color css
<style>
a { background-color: #5B875A; }
a { background-color: rgb(91,135,90); }
div.DivClassName
{
background-color: #5B875A;
}
.BgClassName
{
background-color: #5B875A;
}
</style>
border-color css
<style>
span { border-color: #5B875A; }
span { border-color: rgb(91,135,90); }
td.TdClassName
{
border-color: #5B875A;
}
.TagClassName
{
border-color: #5B875A;
}
</style>