Shades of Olive Green #A5AA4D
Tints of Olive Green #A5AA4D
RGB
CMYK
RGB Variations
Color information
#A5AA4D (or 0xA5AA4D) is known color: Olive Green. HEX triplet: A5, AA and 4D. RGB value is (165,170,77). Sum of RGB (Red+Green+Blue) = 165+170+77=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA4D is #5A55B2. Grayscale: #9E9E9E. Windows color (decimal): -5920179 or 5089957. OLE color: 5089957.
HSL color Cylindrical-coordinate representation of color #A5AA4D: hue angle of 63.23º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5AA4D is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 77 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.33 |
| HSL | 63.23º | 0.38% | 0.48% | - |
| HSV(B) | 63.23º | 0.55% | 0.67% | - |
| XYZ | 31.23 | 37.28 | 12.57 | - |
| YUV | 157.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 77 | 0.03 | 0 | 0.55 | 0.33 | 63.23 | 0.38 | 0.48 |
| Hex | A5 | AA | 4D | 3 | 0 | 37 | 21 | 3F | 26 | 30 |
| Octal | 245 | 252 | 115 | 3 | 0 | 67 | 41 | 77 | 46 | 60 |
| Binary | 10100101 | 10101010 | 1001101 | 11 | 0 | 110111 | 100001 | 111111 | 100110 | 110000 |
Color Harmonies of #A5AA4D
Complementary color
Monochromatic Colors of #A5AA4D
Black with #A5AA4D
Text Example
Text Example
White with #A5AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA4D; }
p { color: rgb(165,170,77); }
H1.HeaderClassName
{
color: #A5AA4D;
}
.AnyTagClassName
{
color: #A5AA4D;
}
</style>
background-color css
<style>
a { background-color: #A5AA4D; }
a { background-color: rgb(165,170,77); }
div.DivClassName
{
background-color: #A5AA4D;
}
.BgClassName
{
background-color: #A5AA4D;
}
</style>
border-color css
<style>
span { border-color: #A5AA4D; }
span { border-color: rgb(165,170,77); }
td.TdClassName
{
border-color: #A5AA4D;
}
.TagClassName
{
border-color: #A5AA4D;
}
</style>