Shades of Hippie Green #5A8760
Tints of Hippie Green #5A8760
RGB
CMYK
RGB Variations
Color information
#5A8760 (or 0x5A8760) is known color: Hippie Green. HEX triplet: 5A, 87 and 60. RGB value is (90,135,96). Sum of RGB (Red+Green+Blue) = 90+135+96=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #5A8760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8760 is #A5789F. Grayscale: #757575. Windows color (decimal): -10844320 or 6326106. OLE color: 6326106.
HSL color Cylindrical-coordinate representation of color #5A8760: hue angle of 128º 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 #5A8760 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 135 | 96 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.47 |
| HSL | 128º | 0.2% | 0.44% | - |
| HSV(B) | 128º | 0.33% | 0.53% | - |
| XYZ | 14.99 | 20.35 | 14.2 | - |
| YUV | 117.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 135 | 96 | 0.33 | 0 | 0.29 | 0.47 | 128 | 0.2 | 0.44 |
| Hex | 5A | 87 | 60 | 21 | 0 | 1D | 2F | 80 | 14 | 2C |
| Octal | 132 | 207 | 140 | 41 | 0 | 35 | 57 | 200 | 24 | 54 |
| Binary | 1011010 | 10000111 | 1100000 | 100001 | 0 | 11101 | 101111 | 10000000 | 10100 | 101100 |
Color Harmonies of #5A8760
Complementary color
Monochromatic Colors of #5A8760
Black with #5A8760
Text Example
Text Example
White with #5A8760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8760; }
p { color: rgb(90,135,96); }
H1.HeaderClassName
{
color: #5A8760;
}
.AnyTagClassName
{
color: #5A8760;
}
</style>
background-color css
<style>
a { background-color: #5A8760; }
a { background-color: rgb(90,135,96); }
div.DivClassName
{
background-color: #5A8760;
}
.BgClassName
{
background-color: #5A8760;
}
</style>
border-color css
<style>
span { border-color: #5A8760; }
span { border-color: rgb(90,135,96); }
td.TdClassName
{
border-color: #5A8760;
}
.TagClassName
{
border-color: #5A8760;
}
</style>