Shades of Hippie Green #5A845D
Tints of Hippie Green #5A845D
RGB
CMYK
RGB Variations
Color information
#5A845D (or 0x5A845D) is known color: Hippie Green. HEX triplet: 5A, 84 and 5D. RGB value is (90,132,93). Sum of RGB (Red+Green+Blue) = 90+132+93=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #5A845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A845D is #A57BA2. Grayscale: #737373. Windows color (decimal): -10845091 or 6128730. OLE color: 6128730.
HSL color Cylindrical-coordinate representation of color #5A845D: hue angle of 124.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A845D is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 132 | 93 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.48 |
| HSL | 124.29º | 0.19% | 0.44% | - |
| HSV(B) | 124.29º | 0.32% | 0.52% | - |
| XYZ | 14.44 | 19.47 | 13.35 | - |
| YUV | 115 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 93 | 0.32 | 0 | 0.30 | 0.48 | 124.29 | 0.19 | 0.44 |
| Hex | 5A | 84 | 5D | 20 | 0 | 1E | 30 | 7C | 13 | 2C |
| Octal | 132 | 204 | 135 | 40 | 0 | 36 | 60 | 174 | 23 | 54 |
| Binary | 1011010 | 10000100 | 1011101 | 100000 | 0 | 11110 | 110000 | 1111100 | 10011 | 101100 |
Color Harmonies of #5A845D
Complementary color
Monochromatic Colors of #5A845D
Black with #5A845D
Text Example
Text Example
White with #5A845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A845D; }
p { color: rgb(90,132,93); }
H1.HeaderClassName
{
color: #5A845D;
}
.AnyTagClassName
{
color: #5A845D;
}
</style>
background-color css
<style>
a { background-color: #5A845D; }
a { background-color: rgb(90,132,93); }
div.DivClassName
{
background-color: #5A845D;
}
.BgClassName
{
background-color: #5A845D;
}
</style>
border-color css
<style>
span { border-color: #5A845D; }
span { border-color: rgb(90,132,93); }
td.TdClassName
{
border-color: #5A845D;
}
.TagClassName
{
border-color: #5A845D;
}
</style>