Shades of Hippie Green #5B8760
Tints of Hippie Green #5B8760
RGB
CMYK
RGB Variations
Color information
#5B8760 (or 0x5B8760) is known color: Hippie Green. HEX triplet: 5B, 87 and 60. RGB value is (91,135,96). Sum of RGB (Red+Green+Blue) = 91+135+96=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #5B8760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8760 is #A4789F. Grayscale: #757575. Windows color (decimal): -10778784 or 6326107. OLE color: 6326107.
HSL color Cylindrical-coordinate representation of color #5B8760: hue angle of 126.82º degrees, saturation: 0.19, 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 #5B8760 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 135 | 96 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.47 |
| HSL | 126.82º | 0.19% | 0.44% | - |
| HSV(B) | 126.82º | 0.33% | 0.53% | - |
| XYZ | 15.09 | 20.4 | 14.21 | - |
| YUV | 117.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 135 | 96 | 0.33 | 0 | 0.29 | 0.47 | 126.82 | 0.19 | 0.44 |
| Hex | 5B | 87 | 60 | 21 | 0 | 1D | 2F | 7F | 13 | 2C |
| Octal | 133 | 207 | 140 | 41 | 0 | 35 | 57 | 177 | 23 | 54 |
| Binary | 1011011 | 10000111 | 1100000 | 100001 | 0 | 11101 | 101111 | 1111111 | 10011 | 101100 |
Color Harmonies of #5B8760
Complementary color
Monochromatic Colors of #5B8760
Black with #5B8760
Text Example
Text Example
White with #5B8760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8760; }
p { color: rgb(91,135,96); }
H1.HeaderClassName
{
color: #5B8760;
}
.AnyTagClassName
{
color: #5B8760;
}
</style>
background-color css
<style>
a { background-color: #5B8760; }
a { background-color: rgb(91,135,96); }
div.DivClassName
{
background-color: #5B8760;
}
.BgClassName
{
background-color: #5B8760;
}
</style>
border-color css
<style>
span { border-color: #5B8760; }
span { border-color: rgb(91,135,96); }
td.TdClassName
{
border-color: #5B8760;
}
.TagClassName
{
border-color: #5B8760;
}
</style>