Shades of Olive Green #A7AA5A
Tints of Olive Green #A7AA5A
RGB
CMYK
RGB Variations
Color information
#A7AA5A (or 0xA7AA5A) is known color: Olive Green. HEX triplet: A7, AA and 5A. RGB value is (167,170,90). Sum of RGB (Red+Green+Blue) = 167+170+90=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA5A is #5855A5. Grayscale: #A0A0A0. Windows color (decimal): -5789094 or 5941927. OLE color: 5941927.
HSL color Cylindrical-coordinate representation of color #A7AA5A: hue angle of 62.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7AA5A is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 170 | 90 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.33 |
| HSL | 62.25º | 0.32% | 0.51% | - |
| HSV(B) | 62.25º | 0.47% | 0.67% | - |
| XYZ | 32.16 | 37.7 | 15.26 | - |
| YUV | 159.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 170 | 90 | 0.02 | 0 | 0.47 | 0.33 | 62.25 | 0.32 | 0.51 |
| Hex | A7 | AA | 5A | 2 | 0 | 2F | 21 | 3E | 20 | 33 |
| Octal | 247 | 252 | 132 | 2 | 0 | 57 | 41 | 76 | 40 | 63 |
| Binary | 10100111 | 10101010 | 1011010 | 10 | 0 | 101111 | 100001 | 111110 | 100000 | 110011 |
Color Harmonies of #A7AA5A
Complementary color
Monochromatic Colors of #A7AA5A
Black with #A7AA5A
Text Example
Text Example
White with #A7AA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AA5A; }
p { color: rgb(167,170,90); }
H1.HeaderClassName
{
color: #A7AA5A;
}
.AnyTagClassName
{
color: #A7AA5A;
}
</style>
background-color css
<style>
a { background-color: #A7AA5A; }
a { background-color: rgb(167,170,90); }
div.DivClassName
{
background-color: #A7AA5A;
}
.BgClassName
{
background-color: #A7AA5A;
}
</style>
border-color css
<style>
span { border-color: #A7AA5A; }
span { border-color: rgb(167,170,90); }
td.TdClassName
{
border-color: #A7AA5A;
}
.TagClassName
{
border-color: #A7AA5A;
}
</style>