Shades of Hippie Green #5A895D
Tints of Hippie Green #5A895D
RGB
CMYK
RGB Variations
Color information
#5A895D (or 0x5A895D) is known color: Hippie Green. HEX triplet: 5A, 89 and 5D. RGB value is (90,137,93). Sum of RGB (Red+Green+Blue) = 90+137+93=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #5A895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A895D is #A576A2. Grayscale: #767676. Windows color (decimal): -10843811 or 6130010. OLE color: 6130010.
HSL color Cylindrical-coordinate representation of color #5A895D: hue angle of 123.83º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A895D is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 137 | 93 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.46 |
| HSL | 123.83º | 0.21% | 0.45% | - |
| HSV(B) | 123.83º | 0.34% | 0.54% | - |
| XYZ | 15.14 | 20.86 | 13.58 | - |
| YUV | 117.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 137 | 93 | 0.34 | 0 | 0.32 | 0.46 | 123.83 | 0.21 | 0.45 |
| Hex | 5A | 89 | 5D | 22 | 0 | 20 | 2E | 7C | 15 | 2D |
| Octal | 132 | 211 | 135 | 42 | 0 | 40 | 56 | 174 | 25 | 55 |
| Binary | 1011010 | 10001001 | 1011101 | 100010 | 0 | 100000 | 101110 | 1111100 | 10101 | 101101 |
Color Harmonies of #5A895D
Complementary color
Monochromatic Colors of #5A895D
Black with #5A895D
Text Example
Text Example
White with #5A895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A895D; }
p { color: rgb(90,137,93); }
H1.HeaderClassName
{
color: #5A895D;
}
.AnyTagClassName
{
color: #5A895D;
}
</style>
background-color css
<style>
a { background-color: #5A895D; }
a { background-color: rgb(90,137,93); }
div.DivClassName
{
background-color: #5A895D;
}
.BgClassName
{
background-color: #5A895D;
}
</style>
border-color css
<style>
span { border-color: #5A895D; }
span { border-color: rgb(90,137,93); }
td.TdClassName
{
border-color: #5A895D;
}
.TagClassName
{
border-color: #5A895D;
}
</style>