Shades of Olive Green #A6AD4F
Tints of Olive Green #A6AD4F
RGB
CMYK
RGB Variations
Color information
#A6AD4F (or 0xA6AD4F) is known color: Olive Green. HEX triplet: A6, AD and 4F. RGB value is (166,173,79). Sum of RGB (Red+Green+Blue) = 166+173+79=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AD4F is #5952B0. Grayscale: #A0A0A0. Windows color (decimal): -5853873 or 5221798. OLE color: 5221798.
HSL color Cylindrical-coordinate representation of color #A6AD4F: hue angle of 64.47º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6AD4F is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 79 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.32 |
| HSL | 64.47º | 0.37% | 0.49% | - |
| HSV(B) | 64.47º | 0.54% | 0.68% | - |
| XYZ | 32.08 | 38.56 | 13.15 | - |
| YUV | 160.19 | 82.18 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 79 | 0.04 | 0 | 0.54 | 0.32 | 64.47 | 0.37 | 0.49 |
| Hex | A6 | AD | 4F | 4 | 0 | 36 | 20 | 40 | 25 | 31 |
| Octal | 246 | 255 | 117 | 4 | 0 | 66 | 40 | 100 | 45 | 61 |
| Binary | 10100110 | 10101101 | 1001111 | 100 | 0 | 110110 | 100000 | 1000000 | 100101 | 110001 |
Color Harmonies of #A6AD4F
Complementary color
Monochromatic Colors of #A6AD4F
Black with #A6AD4F
Text Example
Text Example
White with #A6AD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD4F; }
p { color: rgb(166,173,79); }
H1.HeaderClassName
{
color: #A6AD4F;
}
.AnyTagClassName
{
color: #A6AD4F;
}
</style>
background-color css
<style>
a { background-color: #A6AD4F; }
a { background-color: rgb(166,173,79); }
div.DivClassName
{
background-color: #A6AD4F;
}
.BgClassName
{
background-color: #A6AD4F;
}
</style>
border-color css
<style>
span { border-color: #A6AD4F; }
span { border-color: rgb(166,173,79); }
td.TdClassName
{
border-color: #A6AD4F;
}
.TagClassName
{
border-color: #A6AD4F;
}
</style>