Shades of Hippie Green #5B8757
Tints of Hippie Green #5B8757
RGB
CMYK
RGB Variations
Color information
#5B8757 (or 0x5B8757) is known color: Hippie Green. HEX triplet: 5B, 87 and 57. RGB value is (91,135,87). Sum of RGB (Red+Green+Blue) = 91+135+87=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #5B8757 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8757 is #A478A8. Grayscale: #747474. Windows color (decimal): -10778793 or 5736283. OLE color: 5736283.
HSL color Cylindrical-coordinate representation of color #5B8757: hue angle of 115º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B8757 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 135 | 87 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.47 |
| HSL | 115º | 0.22% | 0.44% | - |
| HSV(B) | 115º | 0.36% | 0.53% | - |
| XYZ | 14.7 | 20.24 | 12.15 | - |
| YUV | 116.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 135 | 87 | 0.33 | 0 | 0.36 | 0.47 | 115 | 0.22 | 0.44 |
| Hex | 5B | 87 | 57 | 21 | 0 | 24 | 2F | 73 | 16 | 2C |
| Octal | 133 | 207 | 127 | 41 | 0 | 44 | 57 | 163 | 26 | 54 |
| Binary | 1011011 | 10000111 | 1010111 | 100001 | 0 | 100100 | 101111 | 1110011 | 10110 | 101100 |
Color Harmonies of #5B8757
Complementary color
Monochromatic Colors of #5B8757
Black with #5B8757
Text Example
Text Example
White with #5B8757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8757; }
p { color: rgb(91,135,87); }
H1.HeaderClassName
{
color: #5B8757;
}
.AnyTagClassName
{
color: #5B8757;
}
</style>
background-color css
<style>
a { background-color: #5B8757; }
a { background-color: rgb(91,135,87); }
div.DivClassName
{
background-color: #5B8757;
}
.BgClassName
{
background-color: #5B8757;
}
</style>
border-color css
<style>
span { border-color: #5B8757; }
span { border-color: rgb(91,135,87); }
td.TdClassName
{
border-color: #5B8757;
}
.TagClassName
{
border-color: #5B8757;
}
</style>