Shades of Olive Green #A6A857
Tints of Olive Green #A6A857
RGB
CMYK
RGB Variations
Color information
#A6A857 (or 0xA6A857) is known color: Olive Green. HEX triplet: A6, A8 and 57. RGB value is (166,168,87). Sum of RGB (Red+Green+Blue) = 166+168+87=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 168 - color contains mainly: green. Hex color #A6A857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A857 is #5957A8. Grayscale: #9E9E9E. Windows color (decimal): -5855145 or 5744806. OLE color: 5744806.
HSL color Cylindrical-coordinate representation of color #A6A857: hue angle of 61.48º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6A857 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 168 | 87 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.34 |
| HSL | 61.48º | 0.32% | 0.5% | - |
| HSV(B) | 61.48º | 0.48% | 0.66% | - |
| XYZ | 31.45 | 36.8 | 14.46 | - |
| YUV | 158.17 | 87.84 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 87 | 0.01 | 0 | 0.48 | 0.34 | 61.48 | 0.32 | 0.5 |
| Hex | A6 | A8 | 57 | 1 | 0 | 30 | 22 | 3D | 20 | 32 |
| Octal | 246 | 250 | 127 | 1 | 0 | 60 | 42 | 75 | 40 | 62 |
| Binary | 10100110 | 10101000 | 1010111 | 1 | 0 | 110000 | 100010 | 111101 | 100000 | 110010 |
Color Harmonies of #A6A857
Complementary color
Monochromatic Colors of #A6A857
Black with #A6A857
Text Example
Text Example
White with #A6A857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A857; }
p { color: rgb(166,168,87); }
H1.HeaderClassName
{
color: #A6A857;
}
.AnyTagClassName
{
color: #A6A857;
}
</style>
background-color css
<style>
a { background-color: #A6A857; }
a { background-color: rgb(166,168,87); }
div.DivClassName
{
background-color: #A6A857;
}
.BgClassName
{
background-color: #A6A857;
}
</style>
border-color css
<style>
span { border-color: #A6A857; }
span { border-color: rgb(166,168,87); }
td.TdClassName
{
border-color: #A6A857;
}
.TagClassName
{
border-color: #A6A857;
}
</style>