Shades of Olive Green #A6AC4F
Tints of Olive Green #A6AC4F
RGB
CMYK
RGB Variations
Color information
#A6AC4F (or 0xA6AC4F) is known color: Olive Green. HEX triplet: A6, AC and 4F. RGB value is (166,172,79). Sum of RGB (Red+Green+Blue) = 166+172+79=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AC4F is #5953B0. Grayscale: #9F9F9F. Windows color (decimal): -5854129 or 5221542. OLE color: 5221542.
HSL color Cylindrical-coordinate representation of color #A6AC4F: hue angle of 63.87º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6AC4F is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 172 | 79 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.33 |
| HSL | 63.87º | 0.37% | 0.49% | - |
| HSV(B) | 63.87º | 0.54% | 0.67% | - |
| XYZ | 31.89 | 38.18 | 13.09 | - |
| YUV | 159.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 79 | 0.03 | 0 | 0.54 | 0.33 | 63.87 | 0.37 | 0.49 |
| Hex | A6 | AC | 4F | 3 | 0 | 36 | 21 | 40 | 25 | 31 |
| Octal | 246 | 254 | 117 | 3 | 0 | 66 | 41 | 100 | 45 | 61 |
| Binary | 10100110 | 10101100 | 1001111 | 11 | 0 | 110110 | 100001 | 1000000 | 100101 | 110001 |
Color Harmonies of #A6AC4F
Complementary color
Monochromatic Colors of #A6AC4F
Black with #A6AC4F
Text Example
Text Example
White with #A6AC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AC4F; }
p { color: rgb(166,172,79); }
H1.HeaderClassName
{
color: #A6AC4F;
}
.AnyTagClassName
{
color: #A6AC4F;
}
</style>
background-color css
<style>
a { background-color: #A6AC4F; }
a { background-color: rgb(166,172,79); }
div.DivClassName
{
background-color: #A6AC4F;
}
.BgClassName
{
background-color: #A6AC4F;
}
</style>
border-color css
<style>
span { border-color: #A6AC4F; }
span { border-color: rgb(166,172,79); }
td.TdClassName
{
border-color: #A6AC4F;
}
.TagClassName
{
border-color: #A6AC4F;
}
</style>