Shades of Olive Green #A6A851
Tints of Olive Green #A6A851
RGB
CMYK
RGB Variations
Color information
#A6A851 (or 0xA6A851) is known color: Olive Green. HEX triplet: A6, A8 and 51. RGB value is (166,168,81). Sum of RGB (Red+Green+Blue) = 166+168+81=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 168 - color contains mainly: green. Hex color #A6A851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A851 is #5957AE. Grayscale: #9D9D9D. Windows color (decimal): -5855151 or 5351590. OLE color: 5351590.
HSL color Cylindrical-coordinate representation of color #A6A851: hue angle of 61.38º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6A851 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 168 | 81 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.34 |
| HSL | 61.38º | 0.35% | 0.49% | - |
| HSV(B) | 61.38º | 0.52% | 0.66% | - |
| XYZ | 31.21 | 36.71 | 13.22 | - |
| YUV | 157.48 | 84.84 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 81 | 0.01 | 0 | 0.52 | 0.34 | 61.38 | 0.35 | 0.49 |
| Hex | A6 | A8 | 51 | 1 | 0 | 34 | 22 | 3D | 23 | 31 |
| Octal | 246 | 250 | 121 | 1 | 0 | 64 | 42 | 75 | 43 | 61 |
| Binary | 10100110 | 10101000 | 1010001 | 1 | 0 | 110100 | 100010 | 111101 | 100011 | 110001 |
Color Harmonies of #A6A851
Complementary color
Monochromatic Colors of #A6A851
Black with #A6A851
Text Example
Text Example
White with #A6A851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A851; }
p { color: rgb(166,168,81); }
H1.HeaderClassName
{
color: #A6A851;
}
.AnyTagClassName
{
color: #A6A851;
}
</style>
background-color css
<style>
a { background-color: #A6A851; }
a { background-color: rgb(166,168,81); }
div.DivClassName
{
background-color: #A6A851;
}
.BgClassName
{
background-color: #A6A851;
}
</style>
border-color css
<style>
span { border-color: #A6A851; }
span { border-color: rgb(166,168,81); }
td.TdClassName
{
border-color: #A6A851;
}
.TagClassName
{
border-color: #A6A851;
}
</style>