Shades of Olive Green #A9AB4D
Tints of Olive Green #A9AB4D
RGB
CMYK
RGB Variations
Color information
#A9AB4D (or 0xA9AB4D) is known color: Olive Green. HEX triplet: A9, AB and 4D. RGB value is (169,171,77). Sum of RGB (Red+Green+Blue) = 169+171+77=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AB4D is #5654B2. Grayscale: #A0A0A0. Windows color (decimal): -5657779 or 5090217. OLE color: 5090217.
HSL color Cylindrical-coordinate representation of color #A9AB4D: hue angle of 61.28º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9AB4D is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 171 | 77 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.33 |
| HSL | 61.28º | 0.38% | 0.49% | - |
| HSV(B) | 61.28º | 0.55% | 0.67% | - |
| XYZ | 32.26 | 38.1 | 12.67 | - |
| YUV | 159.69 | 81.34 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 171 | 77 | 0.01 | 0 | 0.55 | 0.33 | 61.28 | 0.38 | 0.49 |
| Hex | A9 | AB | 4D | 1 | 0 | 37 | 21 | 3D | 26 | 31 |
| Octal | 251 | 253 | 115 | 1 | 0 | 67 | 41 | 75 | 46 | 61 |
| Binary | 10101001 | 10101011 | 1001101 | 1 | 0 | 110111 | 100001 | 111101 | 100110 | 110001 |
Color Harmonies of #A9AB4D
Complementary color
Monochromatic Colors of #A9AB4D
Black with #A9AB4D
Text Example
Text Example
White with #A9AB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AB4D; }
p { color: rgb(169,171,77); }
H1.HeaderClassName
{
color: #A9AB4D;
}
.AnyTagClassName
{
color: #A9AB4D;
}
</style>
background-color css
<style>
a { background-color: #A9AB4D; }
a { background-color: rgb(169,171,77); }
div.DivClassName
{
background-color: #A9AB4D;
}
.BgClassName
{
background-color: #A9AB4D;
}
</style>
border-color css
<style>
span { border-color: #A9AB4D; }
span { border-color: rgb(169,171,77); }
td.TdClassName
{
border-color: #A9AB4D;
}
.TagClassName
{
border-color: #A9AB4D;
}
</style>