Shades of Olive Green #A7AC55
Tints of Olive Green #A7AC55
RGB
CMYK
RGB Variations
Color information
#A7AC55 (or 0xA7AC55) is known color: Olive Green. HEX triplet: A7, AC and 55. RGB value is (167,172,85). Sum of RGB (Red+Green+Blue) = 167+172+85=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AC55 is #5853AA. Grayscale: #A0A0A0. Windows color (decimal): -5788587 or 5614759. OLE color: 5614759.
HSL color Cylindrical-coordinate representation of color #A7AC55: hue angle of 63.45º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7AC55 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 172 | 85 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.33 |
| HSL | 63.45º | 0.34% | 0.5% | - |
| HSV(B) | 63.45º | 0.51% | 0.67% | - |
| XYZ | 32.33 | 38.38 | 14.3 | - |
| YUV | 160.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 172 | 85 | 0.03 | 0 | 0.51 | 0.33 | 63.45 | 0.34 | 0.5 |
| Hex | A7 | AC | 55 | 3 | 0 | 33 | 21 | 3F | 22 | 32 |
| Octal | 247 | 254 | 125 | 3 | 0 | 63 | 41 | 77 | 42 | 62 |
| Binary | 10100111 | 10101100 | 1010101 | 11 | 0 | 110011 | 100001 | 111111 | 100010 | 110010 |
Color Harmonies of #A7AC55
Complementary color
Monochromatic Colors of #A7AC55
Black with #A7AC55
Text Example
Text Example
White with #A7AC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AC55; }
p { color: rgb(167,172,85); }
H1.HeaderClassName
{
color: #A7AC55;
}
.AnyTagClassName
{
color: #A7AC55;
}
</style>
background-color css
<style>
a { background-color: #A7AC55; }
a { background-color: rgb(167,172,85); }
div.DivClassName
{
background-color: #A7AC55;
}
.BgClassName
{
background-color: #A7AC55;
}
</style>
border-color css
<style>
span { border-color: #A7AC55; }
span { border-color: rgb(167,172,85); }
td.TdClassName
{
border-color: #A7AC55;
}
.TagClassName
{
border-color: #A7AC55;
}
</style>