Shades of Olive Green #A7AC4F
Tints of Olive Green #A7AC4F
RGB
CMYK
RGB Variations
Color information
#A7AC4F (or 0xA7AC4F) is known color: Olive Green. HEX triplet: A7, AC and 4F. RGB value is (167,172,79). Sum of RGB (Red+Green+Blue) = 167+172+79=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AC4F is #5853B0. Grayscale: #A0A0A0. Windows color (decimal): -5788593 or 5221543. OLE color: 5221543.
HSL color Cylindrical-coordinate representation of color #A7AC4F: hue angle of 63.23º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A7AC4F is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 172 | 79 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.33 |
| HSL | 63.23º | 0.37% | 0.49% | - |
| HSV(B) | 63.23º | 0.54% | 0.67% | - |
| XYZ | 32.1 | 38.29 | 13.1 | - |
| YUV | 159.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 172 | 79 | 0.03 | 0 | 0.54 | 0.33 | 63.23 | 0.37 | 0.49 |
| Hex | A7 | AC | 4F | 3 | 0 | 36 | 21 | 3F | 25 | 31 |
| Octal | 247 | 254 | 117 | 3 | 0 | 66 | 41 | 77 | 45 | 61 |
| Binary | 10100111 | 10101100 | 1001111 | 11 | 0 | 110110 | 100001 | 111111 | 100101 | 110001 |
Color Harmonies of #A7AC4F
Complementary color
Monochromatic Colors of #A7AC4F
Black with #A7AC4F
Text Example
Text Example
White with #A7AC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AC4F; }
p { color: rgb(167,172,79); }
H1.HeaderClassName
{
color: #A7AC4F;
}
.AnyTagClassName
{
color: #A7AC4F;
}
</style>
background-color css
<style>
a { background-color: #A7AC4F; }
a { background-color: rgb(167,172,79); }
div.DivClassName
{
background-color: #A7AC4F;
}
.BgClassName
{
background-color: #A7AC4F;
}
</style>
border-color css
<style>
span { border-color: #A7AC4F; }
span { border-color: rgb(167,172,79); }
td.TdClassName
{
border-color: #A7AC4F;
}
.TagClassName
{
border-color: #A7AC4F;
}
</style>