Shades of Olive Green #A7A559
Tints of Olive Green #A7A559
RGB
CMYK
RGB Variations
Color information
#A7A559 (or 0xA7A559) is known color: Olive Green. HEX triplet: A7, A5 and 59. RGB value is (167,165,89). Sum of RGB (Red+Green+Blue) = 167+165+89=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 89 (35.16% from 255 or 21.14% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A559 is #585AA6. Grayscale: #9D9D9D. Windows color (decimal): -5790375 or 5875111. OLE color: 5875111.
HSL color Cylindrical-coordinate representation of color #A7A559: hue angle of 58.46º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7A559 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 165 | 89 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.35 |
| HSL | 58.46º | 0.31% | 0.5% | - |
| HSV(B) | 58.46º | 0.47% | 0.65% | - |
| XYZ | 31.19 | 35.85 | 14.73 | - |
| YUV | 156.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 165 | 89 | 0 | 0.01 | 0.47 | 0.35 | 58.46 | 0.31 | 0.5 |
| Hex | A7 | A5 | 59 | 0 | 1 | 2F | 23 | 3A | 1F | 32 |
| Octal | 247 | 245 | 131 | 0 | 1 | 57 | 43 | 72 | 37 | 62 |
| Binary | 10100111 | 10100101 | 1011001 | 0 | 1 | 101111 | 100011 | 111010 | 11111 | 110010 |
Color Harmonies of #A7A559
Complementary color
Monochromatic Colors of #A7A559
Black with #A7A559
Text Example
Text Example
White with #A7A559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A559; }
p { color: rgb(167,165,89); }
H1.HeaderClassName
{
color: #A7A559;
}
.AnyTagClassName
{
color: #A7A559;
}
</style>
background-color css
<style>
a { background-color: #A7A559; }
a { background-color: rgb(167,165,89); }
div.DivClassName
{
background-color: #A7A559;
}
.BgClassName
{
background-color: #A7A559;
}
</style>
border-color css
<style>
span { border-color: #A7A559; }
span { border-color: rgb(167,165,89); }
td.TdClassName
{
border-color: #A7A559;
}
.TagClassName
{
border-color: #A7A559;
}
</style>