Shades of Hippie Green #5A8A60
Tints of Hippie Green #5A8A60
RGB
CMYK
RGB Variations
Color information
#5A8A60 (or 0x5A8A60) is known color: Hippie Green. HEX triplet: 5A, 8A and 60. RGB value is (90,138,96). Sum of RGB (Red+Green+Blue) = 90+138+96=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 138 - color contains mainly: green. Hex color #5A8A60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8A60 is #A5759F. Grayscale: #767676. Windows color (decimal): -10843552 or 6326874. OLE color: 6326874.
HSL color Cylindrical-coordinate representation of color #5A8A60: hue angle of 127.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A8A60 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 138 | 96 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.46 |
| HSL | 127.5º | 0.21% | 0.45% | - |
| HSV(B) | 127.5º | 0.35% | 0.54% | - |
| XYZ | 15.42 | 21.2 | 14.34 | - |
| YUV | 118.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 96 | 0.35 | 0 | 0.30 | 0.46 | 127.5 | 0.21 | 0.45 |
| Hex | 5A | 8A | 60 | 23 | 0 | 1E | 2E | 80 | 15 | 2D |
| Octal | 132 | 212 | 140 | 43 | 0 | 36 | 56 | 200 | 25 | 55 |
| Binary | 1011010 | 10001010 | 1100000 | 100011 | 0 | 11110 | 101110 | 10000000 | 10101 | 101101 |
Color Harmonies of #5A8A60
Complementary color
Monochromatic Colors of #5A8A60
Black with #5A8A60
Text Example
Text Example
White with #5A8A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8A60; }
p { color: rgb(90,138,96); }
H1.HeaderClassName
{
color: #5A8A60;
}
.AnyTagClassName
{
color: #5A8A60;
}
</style>
background-color css
<style>
a { background-color: #5A8A60; }
a { background-color: rgb(90,138,96); }
div.DivClassName
{
background-color: #5A8A60;
}
.BgClassName
{
background-color: #5A8A60;
}
</style>
border-color css
<style>
span { border-color: #5A8A60; }
span { border-color: rgb(90,138,96); }
td.TdClassName
{
border-color: #5A8A60;
}
.TagClassName
{
border-color: #5A8A60;
}
</style>