Shades of Hippie Green #5A895F
Tints of Hippie Green #5A895F
RGB
CMYK
RGB Variations
Color information
#5A895F (or 0x5A895F) is known color: Hippie Green. HEX triplet: 5A, 89 and 5F. RGB value is (90,137,95). Sum of RGB (Red+Green+Blue) = 90+137+95=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #5A895F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A895F is #A576A0. Grayscale: #767676. Windows color (decimal): -10843809 or 6261082. OLE color: 6261082.
HSL color Cylindrical-coordinate representation of color #5A895F: hue angle of 126.38º 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 #5A895F is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 137 | 95 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.46 |
| HSL | 126.38º | 0.21% | 0.45% | - |
| HSV(B) | 126.38º | 0.34% | 0.54% | - |
| XYZ | 15.23 | 20.89 | 14.06 | - |
| YUV | 118.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 137 | 95 | 0.34 | 0 | 0.31 | 0.46 | 126.38 | 0.21 | 0.45 |
| Hex | 5A | 89 | 5F | 22 | 0 | 1F | 2E | 7E | 15 | 2D |
| Octal | 132 | 211 | 137 | 42 | 0 | 37 | 56 | 176 | 25 | 55 |
| Binary | 1011010 | 10001001 | 1011111 | 100010 | 0 | 11111 | 101110 | 1111110 | 10101 | 101101 |
Color Harmonies of #5A895F
Complementary color
Monochromatic Colors of #5A895F
Black with #5A895F
Text Example
Text Example
White with #5A895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A895F; }
p { color: rgb(90,137,95); }
H1.HeaderClassName
{
color: #5A895F;
}
.AnyTagClassName
{
color: #5A895F;
}
</style>
background-color css
<style>
a { background-color: #5A895F; }
a { background-color: rgb(90,137,95); }
div.DivClassName
{
background-color: #5A895F;
}
.BgClassName
{
background-color: #5A895F;
}
</style>
border-color css
<style>
span { border-color: #5A895F; }
span { border-color: rgb(90,137,95); }
td.TdClassName
{
border-color: #5A895F;
}
.TagClassName
{
border-color: #5A895F;
}
</style>