Shades of Olive Green #A7A558
Tints of Olive Green #A7A558
RGB
CMYK
RGB Variations
Color information
#A7A558 (or 0xA7A558) is known color: Olive Green. HEX triplet: A7, A5 and 58. RGB value is (167,165,88). Sum of RGB (Red+Green+Blue) = 167+165+88=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A558 is #585AA7. Grayscale: #9D9D9D. Windows color (decimal): -5790376 or 5809575. OLE color: 5809575.
HSL color Cylindrical-coordinate representation of color #A7A558: hue angle of 58.48º 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 #A7A558 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 165 | 88 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.35 |
| HSL | 58.48º | 0.31% | 0.5% | - |
| HSV(B) | 58.48º | 0.47% | 0.65% | - |
| XYZ | 31.15 | 35.83 | 14.51 | - |
| YUV | 156.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 165 | 88 | 0 | 0.01 | 0.47 | 0.35 | 58.48 | 0.31 | 0.5 |
| Hex | A7 | A5 | 58 | 0 | 1 | 2F | 23 | 3A | 1F | 32 |
| Octal | 247 | 245 | 130 | 0 | 1 | 57 | 43 | 72 | 37 | 62 |
| Binary | 10100111 | 10100101 | 1011000 | 0 | 1 | 101111 | 100011 | 111010 | 11111 | 110010 |
Color Harmonies of #A7A558
Complementary color
Monochromatic Colors of #A7A558
Black with #A7A558
Text Example
Text Example
White with #A7A558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A558; }
p { color: rgb(167,165,88); }
H1.HeaderClassName
{
color: #A7A558;
}
.AnyTagClassName
{
color: #A7A558;
}
</style>
background-color css
<style>
a { background-color: #A7A558; }
a { background-color: rgb(167,165,88); }
div.DivClassName
{
background-color: #A7A558;
}
.BgClassName
{
background-color: #A7A558;
}
</style>
border-color css
<style>
span { border-color: #A7A558; }
span { border-color: rgb(167,165,88); }
td.TdClassName
{
border-color: #A7A558;
}
.TagClassName
{
border-color: #A7A558;
}
</style>