Shades of Olive Green #AAAD4D
Tints of Olive Green #AAAD4D
RGB
CMYK
RGB Variations
Color information
#AAAD4D (or 0xAAAD4D) is known color: Olive Green. HEX triplet: AA, AD and 4D. RGB value is (170,173,77). Sum of RGB (Red+Green+Blue) = 170+173+77=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD4D is #5552B2. Grayscale: #A1A1A1. Windows color (decimal): -5591731 or 5090730. OLE color: 5090730.
HSL color Cylindrical-coordinate representation of color #AAAD4D: hue angle of 61.88º 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 #AAAD4D is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 77 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.32 |
| HSL | 61.88º | 0.38% | 0.49% | - |
| HSV(B) | 61.88º | 0.55% | 0.68% | - |
| XYZ | 32.86 | 38.97 | 12.81 | - |
| YUV | 161.16 | 80.51 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 77 | 0.02 | 0 | 0.55 | 0.32 | 61.88 | 0.38 | 0.49 |
| Hex | AA | AD | 4D | 2 | 0 | 37 | 20 | 3E | 26 | 31 |
| Octal | 252 | 255 | 115 | 2 | 0 | 67 | 40 | 76 | 46 | 61 |
| Binary | 10101010 | 10101101 | 1001101 | 10 | 0 | 110111 | 100000 | 111110 | 100110 | 110001 |
Color Harmonies of #AAAD4D
Complementary color
Monochromatic Colors of #AAAD4D
Black with #AAAD4D
Text Example
Text Example
White with #AAAD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD4D; }
p { color: rgb(170,173,77); }
H1.HeaderClassName
{
color: #AAAD4D;
}
.AnyTagClassName
{
color: #AAAD4D;
}
</style>
background-color css
<style>
a { background-color: #AAAD4D; }
a { background-color: rgb(170,173,77); }
div.DivClassName
{
background-color: #AAAD4D;
}
.BgClassName
{
background-color: #AAAD4D;
}
</style>
border-color css
<style>
span { border-color: #AAAD4D; }
span { border-color: rgb(170,173,77); }
td.TdClassName
{
border-color: #AAAD4D;
}
.TagClassName
{
border-color: #AAAD4D;
}
</style>