Shades of Hippie Green #5A8559
Tints of Hippie Green #5A8559
RGB
CMYK
RGB Variations
Color information
#5A8559 (or 0x5A8559) is known color: Hippie Green. HEX triplet: 5A, 85 and 59. RGB value is (90,133,89). Sum of RGB (Red+Green+Blue) = 90+133+89=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #5A8559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8559 is #A57AA6. Grayscale: #737373. Windows color (decimal): -10844839 or 5866842. OLE color: 5866842.
HSL color Cylindrical-coordinate representation of color #5A8559: hue angle of 118.64º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A8559 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 133 | 89 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.48 |
| HSL | 118.64º | 0.2% | 0.44% | - |
| HSV(B) | 118.64º | 0.33% | 0.52% | - |
| XYZ | 14.41 | 19.67 | 12.49 | - |
| YUV | 115.13 | 113.25 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 89 | 0.32 | 0 | 0.33 | 0.48 | 118.64 | 0.2 | 0.44 |
| Hex | 5A | 85 | 59 | 20 | 0 | 21 | 30 | 77 | 14 | 2C |
| Octal | 132 | 205 | 131 | 40 | 0 | 41 | 60 | 167 | 24 | 54 |
| Binary | 1011010 | 10000101 | 1011001 | 100000 | 0 | 100001 | 110000 | 1110111 | 10100 | 101100 |
Color Harmonies of #5A8559
Complementary color
Monochromatic Colors of #5A8559
Black with #5A8559
Text Example
Text Example
White with #5A8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8559; }
p { color: rgb(90,133,89); }
H1.HeaderClassName
{
color: #5A8559;
}
.AnyTagClassName
{
color: #5A8559;
}
</style>
background-color css
<style>
a { background-color: #5A8559; }
a { background-color: rgb(90,133,89); }
div.DivClassName
{
background-color: #5A8559;
}
.BgClassName
{
background-color: #5A8559;
}
</style>
border-color css
<style>
span { border-color: #5A8559; }
span { border-color: rgb(90,133,89); }
td.TdClassName
{
border-color: #5A8559;
}
.TagClassName
{
border-color: #5A8559;
}
</style>