Shades of Olive Green #A7A55A
Tints of Olive Green #A7A55A
RGB
CMYK
RGB Variations
Color information
#A7A55A (or 0xA7A55A) is known color: Olive Green. HEX triplet: A7, A5 and 5A. RGB value is (167,165,90). Sum of RGB (Red+Green+Blue) = 167+165+90=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A55A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A55A is #585AA5. Grayscale: #9D9D9D. Windows color (decimal): -5790374 or 5940647. OLE color: 5940647.
HSL color Cylindrical-coordinate representation of color #A7A55A: hue angle of 58.44º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7A55A is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 165 | 90 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.35 |
| HSL | 58.44º | 0.3% | 0.5% | - |
| HSV(B) | 58.44º | 0.46% | 0.65% | - |
| XYZ | 31.24 | 35.86 | 14.95 | - |
| YUV | 157.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 165 | 90 | 0 | 0.01 | 0.46 | 0.35 | 58.44 | 0.3 | 0.5 |
| Hex | A7 | A5 | 5A | 0 | 1 | 2E | 23 | 3A | 1E | 32 |
| Octal | 247 | 245 | 132 | 0 | 1 | 56 | 43 | 72 | 36 | 62 |
| Binary | 10100111 | 10100101 | 1011010 | 0 | 1 | 101110 | 100011 | 111010 | 11110 | 110010 |
Color Harmonies of #A7A55A
Complementary color
Monochromatic Colors of #A7A55A
Black with #A7A55A
Text Example
Text Example
White with #A7A55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A55A; }
p { color: rgb(167,165,90); }
H1.HeaderClassName
{
color: #A7A55A;
}
.AnyTagClassName
{
color: #A7A55A;
}
</style>
background-color css
<style>
a { background-color: #A7A55A; }
a { background-color: rgb(167,165,90); }
div.DivClassName
{
background-color: #A7A55A;
}
.BgClassName
{
background-color: #A7A55A;
}
</style>
border-color css
<style>
span { border-color: #A7A55A; }
span { border-color: rgb(167,165,90); }
td.TdClassName
{
border-color: #A7A55A;
}
.TagClassName
{
border-color: #A7A55A;
}
</style>