Shades of Olive Green #A9AD4D
Tints of Olive Green #A9AD4D
RGB
CMYK
RGB Variations
Color information
#A9AD4D (or 0xA9AD4D) is known color: Olive Green. HEX triplet: A9, AD and 4D. RGB value is (169,173,77). Sum of RGB (Red+Green+Blue) = 169+173+77=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AD4D is #5652B2. Grayscale: #A1A1A1. Windows color (decimal): -5657267 or 5090729. OLE color: 5090729.
HSL color Cylindrical-coordinate representation of color #A9AD4D: hue angle of 62.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9AD4D is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 173 | 77 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.32 |
| HSL | 62.5º | 0.38% | 0.49% | - |
| HSV(B) | 62.5º | 0.55% | 0.68% | - |
| XYZ | 32.65 | 38.86 | 12.8 | - |
| YUV | 160.86 | 80.67 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 77 | 0.02 | 0 | 0.55 | 0.32 | 62.5 | 0.38 | 0.49 |
| Hex | A9 | AD | 4D | 2 | 0 | 37 | 20 | 3F | 26 | 31 |
| Octal | 251 | 255 | 115 | 2 | 0 | 67 | 40 | 77 | 46 | 61 |
| Binary | 10101001 | 10101101 | 1001101 | 10 | 0 | 110111 | 100000 | 111111 | 100110 | 110001 |
Color Harmonies of #A9AD4D
Complementary color
Monochromatic Colors of #A9AD4D
Black with #A9AD4D
Text Example
Text Example
White with #A9AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AD4D; }
p { color: rgb(169,173,77); }
H1.HeaderClassName
{
color: #A9AD4D;
}
.AnyTagClassName
{
color: #A9AD4D;
}
</style>
background-color css
<style>
a { background-color: #A9AD4D; }
a { background-color: rgb(169,173,77); }
div.DivClassName
{
background-color: #A9AD4D;
}
.BgClassName
{
background-color: #A9AD4D;
}
</style>
border-color css
<style>
span { border-color: #A9AD4D; }
span { border-color: rgb(169,173,77); }
td.TdClassName
{
border-color: #A9AD4D;
}
.TagClassName
{
border-color: #A9AD4D;
}
</style>