Shades of Hippie Green #5B8957
Tints of Hippie Green #5B8957
RGB
CMYK
RGB Variations
Color information
#5B8957 (or 0x5B8957) is known color: Hippie Green. HEX triplet: 5B, 89 and 57. RGB value is (91,137,87). Sum of RGB (Red+Green+Blue) = 91+137+87=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #5B8957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8957 is #A476A8. Grayscale: #757575. Windows color (decimal): -10778281 or 5736795. OLE color: 5736795.
HSL color Cylindrical-coordinate representation of color #5B8957: hue angle of 115.2º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B8957 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 137 | 87 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.46 |
| HSL | 115.2º | 0.22% | 0.44% | - |
| HSV(B) | 115.2º | 0.36% | 0.54% | - |
| XYZ | 14.98 | 20.8 | 12.24 | - |
| YUV | 117.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 137 | 87 | 0.34 | 0 | 0.36 | 0.46 | 115.2 | 0.22 | 0.44 |
| Hex | 5B | 89 | 57 | 22 | 0 | 24 | 2E | 73 | 16 | 2C |
| Octal | 133 | 211 | 127 | 42 | 0 | 44 | 56 | 163 | 26 | 54 |
| Binary | 1011011 | 10001001 | 1010111 | 100010 | 0 | 100100 | 101110 | 1110011 | 10110 | 101100 |
Color Harmonies of #5B8957
Complementary color
Monochromatic Colors of #5B8957
Black with #5B8957
Text Example
Text Example
White with #5B8957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8957; }
p { color: rgb(91,137,87); }
H1.HeaderClassName
{
color: #5B8957;
}
.AnyTagClassName
{
color: #5B8957;
}
</style>
background-color css
<style>
a { background-color: #5B8957; }
a { background-color: rgb(91,137,87); }
div.DivClassName
{
background-color: #5B8957;
}
.BgClassName
{
background-color: #5B8957;
}
</style>
border-color css
<style>
span { border-color: #5B8957; }
span { border-color: rgb(91,137,87); }
td.TdClassName
{
border-color: #5B8957;
}
.TagClassName
{
border-color: #5B8957;
}
</style>