Shades of Olive Green #A7A956
Tints of Olive Green #A7A956
RGB
CMYK
RGB Variations
Color information
#A7A956 (or 0xA7A956) is known color: Olive Green. HEX triplet: A7, A9 and 56. RGB value is (167,169,86). Sum of RGB (Red+Green+Blue) = 167+169+86=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A956 is #5856A9. Grayscale: #9F9F9F. Windows color (decimal): -5789354 or 5679527. OLE color: 5679527.
HSL color Cylindrical-coordinate representation of color #A7A956: hue angle of 61.45º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7A956 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 169 | 86 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.34 |
| HSL | 61.45º | 0.33% | 0.5% | - |
| HSV(B) | 61.45º | 0.49% | 0.66% | - |
| XYZ | 31.8 | 37.26 | 14.32 | - |
| YUV | 158.94 | 86.84 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 86 | 0.01 | 0 | 0.49 | 0.34 | 61.45 | 0.33 | 0.5 |
| Hex | A7 | A9 | 56 | 1 | 0 | 31 | 22 | 3D | 21 | 32 |
| Octal | 247 | 251 | 126 | 1 | 0 | 61 | 42 | 75 | 41 | 62 |
| Binary | 10100111 | 10101001 | 1010110 | 1 | 0 | 110001 | 100010 | 111101 | 100001 | 110010 |
Color Harmonies of #A7A956
Complementary color
Monochromatic Colors of #A7A956
Black with #A7A956
Text Example
Text Example
White with #A7A956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A956; }
p { color: rgb(167,169,86); }
H1.HeaderClassName
{
color: #A7A956;
}
.AnyTagClassName
{
color: #A7A956;
}
</style>
background-color css
<style>
a { background-color: #A7A956; }
a { background-color: rgb(167,169,86); }
div.DivClassName
{
background-color: #A7A956;
}
.BgClassName
{
background-color: #A7A956;
}
</style>
border-color css
<style>
span { border-color: #A7A956; }
span { border-color: rgb(167,169,86); }
td.TdClassName
{
border-color: #A7A956;
}
.TagClassName
{
border-color: #A7A956;
}
</style>