Shades of Olive Green #A9B560
Tints of Olive Green #A9B560
RGB
CMYK
RGB Variations
Color information
#A9B560 (or 0xA9B560) is known color: Olive Green. HEX triplet: A9, B5 and 60. RGB value is (169,181,96). Sum of RGB (Red+Green+Blue) = 169+181+96=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B560 is #564A9F. Grayscale: #A8A8A8. Windows color (decimal): -5655200 or 6337961. OLE color: 6337961.
HSL color Cylindrical-coordinate representation of color #A9B560: hue angle of 68.47º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9B560 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 181 | 96 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.29 |
| HSL | 68.47º | 0.36% | 0.54% | - |
| HSV(B) | 68.47º | 0.47% | 0.71% | - |
| XYZ | 35 | 42.33 | 17.39 | - |
| YUV | 167.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 181 | 96 | 0.07 | 0 | 0.47 | 0.29 | 68.47 | 0.36 | 0.54 |
| Hex | A9 | B5 | 60 | 7 | 0 | 2F | 1D | 44 | 24 | 36 |
| Octal | 251 | 265 | 140 | 7 | 0 | 57 | 35 | 104 | 44 | 66 |
| Binary | 10101001 | 10110101 | 1100000 | 111 | 0 | 101111 | 11101 | 1000100 | 100100 | 110110 |
Color Harmonies of #A9B560
Complementary color
Monochromatic Colors of #A9B560
Black with #A9B560
Text Example
Text Example
White with #A9B560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B560; }
p { color: rgb(169,181,96); }
H1.HeaderClassName
{
color: #A9B560;
}
.AnyTagClassName
{
color: #A9B560;
}
</style>
background-color css
<style>
a { background-color: #A9B560; }
a { background-color: rgb(169,181,96); }
div.DivClassName
{
background-color: #A9B560;
}
.BgClassName
{
background-color: #A9B560;
}
</style>
border-color css
<style>
span { border-color: #A9B560; }
span { border-color: rgb(169,181,96); }
td.TdClassName
{
border-color: #A9B560;
}
.TagClassName
{
border-color: #A9B560;
}
</style>