Shades of Olive Green #A6A856
Tints of Olive Green #A6A856
RGB
CMYK
RGB Variations
Color information
#A6A856 (or 0xA6A856) is known color: Olive Green. HEX triplet: A6, A8 and 56. RGB value is (166,168,86). Sum of RGB (Red+Green+Blue) = 166+168+86=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 168 - color contains mainly: green. Hex color #A6A856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A856 is #5957A9. Grayscale: #9E9E9E. Windows color (decimal): -5855146 or 5679270. OLE color: 5679270.
HSL color Cylindrical-coordinate representation of color #A6A856: hue angle of 61.46º 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 #A6A856 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 168 | 86 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.34 |
| HSL | 61.46º | 0.32% | 0.5% | - |
| HSV(B) | 61.46º | 0.49% | 0.66% | - |
| XYZ | 31.41 | 36.78 | 14.25 | - |
| YUV | 158.05 | 87.34 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 86 | 0.01 | 0 | 0.49 | 0.34 | 61.46 | 0.32 | 0.5 |
| Hex | A6 | A8 | 56 | 1 | 0 | 31 | 22 | 3D | 20 | 32 |
| Octal | 246 | 250 | 126 | 1 | 0 | 61 | 42 | 75 | 40 | 62 |
| Binary | 10100110 | 10101000 | 1010110 | 1 | 0 | 110001 | 100010 | 111101 | 100000 | 110010 |
Color Harmonies of #A6A856
Complementary color
Monochromatic Colors of #A6A856
Black with #A6A856
Text Example
Text Example
White with #A6A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A856; }
p { color: rgb(166,168,86); }
H1.HeaderClassName
{
color: #A6A856;
}
.AnyTagClassName
{
color: #A6A856;
}
</style>
background-color css
<style>
a { background-color: #A6A856; }
a { background-color: rgb(166,168,86); }
div.DivClassName
{
background-color: #A6A856;
}
.BgClassName
{
background-color: #A6A856;
}
</style>
border-color css
<style>
span { border-color: #A6A856; }
span { border-color: rgb(166,168,86); }
td.TdClassName
{
border-color: #A6A856;
}
.TagClassName
{
border-color: #A6A856;
}
</style>