Shades of Olive Green #A6A751
Tints of Olive Green #A6A751
RGB
CMYK
RGB Variations
Color information
#A6A751 (or 0xA6A751) is known color: Olive Green. HEX triplet: A6, A7 and 51. RGB value is (166,167,81). Sum of RGB (Red+Green+Blue) = 166+167+81=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A751 is #5958AE. Grayscale: #9D9D9D. Windows color (decimal): -5855407 or 5351334. OLE color: 5351334.
HSL color Cylindrical-coordinate representation of color #A6A751: hue angle of 60.7º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6A751 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 167 | 81 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.35 |
| HSL | 60.7º | 0.35% | 0.49% | - |
| HSV(B) | 60.7º | 0.51% | 0.65% | - |
| XYZ | 31.03 | 36.34 | 13.16 | - |
| YUV | 156.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 81 | 0.01 | 0 | 0.51 | 0.35 | 60.7 | 0.35 | 0.49 |
| Hex | A6 | A7 | 51 | 1 | 0 | 33 | 23 | 3D | 23 | 31 |
| Octal | 246 | 247 | 121 | 1 | 0 | 63 | 43 | 75 | 43 | 61 |
| Binary | 10100110 | 10100111 | 1010001 | 1 | 0 | 110011 | 100011 | 111101 | 100011 | 110001 |
Color Harmonies of #A6A751
Complementary color
Monochromatic Colors of #A6A751
Black with #A6A751
Text Example
Text Example
White with #A6A751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A751; }
p { color: rgb(166,167,81); }
H1.HeaderClassName
{
color: #A6A751;
}
.AnyTagClassName
{
color: #A6A751;
}
</style>
background-color css
<style>
a { background-color: #A6A751; }
a { background-color: rgb(166,167,81); }
div.DivClassName
{
background-color: #A6A751;
}
.BgClassName
{
background-color: #A6A751;
}
</style>
border-color css
<style>
span { border-color: #A6A751; }
span { border-color: rgb(166,167,81); }
td.TdClassName
{
border-color: #A6A751;
}
.TagClassName
{
border-color: #A6A751;
}
</style>