Shades of Olive Green #A7A856
Tints of Olive Green #A7A856
RGB
CMYK
RGB Variations
Color information
#A7A856 (or 0xA7A856) is known color: Olive Green. HEX triplet: A7, A8 and 56. RGB value is (167,168,86). Sum of RGB (Red+Green+Blue) = 167+168+86=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 168 - color contains mainly: green. Hex color #A7A856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A856 is #5857A9. Grayscale: #9E9E9E. Windows color (decimal): -5789610 or 5679271. OLE color: 5679271.
HSL color Cylindrical-coordinate representation of color #A7A856: hue angle of 60.73º degrees, saturation: 0.32, 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 #A7A856 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 168 | 86 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.34 |
| HSL | 60.73º | 0.32% | 0.5% | - |
| HSV(B) | 60.73º | 0.49% | 0.66% | - |
| XYZ | 31.62 | 36.89 | 14.26 | - |
| YUV | 158.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 168 | 86 | 0.01 | 0 | 0.49 | 0.34 | 60.73 | 0.32 | 0.5 |
| Hex | A7 | A8 | 56 | 1 | 0 | 31 | 22 | 3D | 20 | 32 |
| Octal | 247 | 250 | 126 | 1 | 0 | 61 | 42 | 75 | 40 | 62 |
| Binary | 10100111 | 10101000 | 1010110 | 1 | 0 | 110001 | 100010 | 111101 | 100000 | 110010 |
Color Harmonies of #A7A856
Complementary color
Monochromatic Colors of #A7A856
Black with #A7A856
Text Example
Text Example
White with #A7A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A856; }
p { color: rgb(167,168,86); }
H1.HeaderClassName
{
color: #A7A856;
}
.AnyTagClassName
{
color: #A7A856;
}
</style>
background-color css
<style>
a { background-color: #A7A856; }
a { background-color: rgb(167,168,86); }
div.DivClassName
{
background-color: #A7A856;
}
.BgClassName
{
background-color: #A7A856;
}
</style>
border-color css
<style>
span { border-color: #A7A856; }
span { border-color: rgb(167,168,86); }
td.TdClassName
{
border-color: #A7A856;
}
.TagClassName
{
border-color: #A7A856;
}
</style>