Shades of Olive Green #A9B759
Tints of Olive Green #A9B759
RGB
CMYK
RGB Variations
Color information
#A9B759 (or 0xA9B759) is known color: Olive Green. HEX triplet: A9, B7 and 59. RGB value is (169,183,89). Sum of RGB (Red+Green+Blue) = 169+183+89=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B759 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B759 is #5648A6. Grayscale: #A8A8A8. Windows color (decimal): -5654695 or 5879721. OLE color: 5879721.
HSL color Cylindrical-coordinate representation of color #A9B759: hue angle of 68.94º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9B759 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 183 | 89 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.28 |
| HSL | 68.94º | 0.39% | 0.53% | - |
| HSV(B) | 68.94º | 0.51% | 0.72% | - |
| XYZ | 35.1 | 43.02 | 15.91 | - |
| YUV | 168.1 | 83.36 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 183 | 89 | 0.08 | 0 | 0.51 | 0.28 | 68.94 | 0.39 | 0.53 |
| Hex | A9 | B7 | 59 | 8 | 0 | 33 | 1C | 45 | 27 | 35 |
| Octal | 251 | 267 | 131 | 10 | 0 | 63 | 34 | 105 | 47 | 65 |
| Binary | 10101001 | 10110111 | 1011001 | 1000 | 0 | 110011 | 11100 | 1000101 | 100111 | 110101 |
Color Harmonies of #A9B759
Complementary color
Monochromatic Colors of #A9B759
Black with #A9B759
Text Example
Text Example
White with #A9B759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B759; }
p { color: rgb(169,183,89); }
H1.HeaderClassName
{
color: #A9B759;
}
.AnyTagClassName
{
color: #A9B759;
}
</style>
background-color css
<style>
a { background-color: #A9B759; }
a { background-color: rgb(169,183,89); }
div.DivClassName
{
background-color: #A9B759;
}
.BgClassName
{
background-color: #A9B759;
}
</style>
border-color css
<style>
span { border-color: #A9B759; }
span { border-color: rgb(169,183,89); }
td.TdClassName
{
border-color: #A9B759;
}
.TagClassName
{
border-color: #A9B759;
}
</style>