Shades of Olive Green #A6AD4D
Tints of Olive Green #A6AD4D
RGB
CMYK
RGB Variations
Color information
#A6AD4D (or 0xA6AD4D) is known color: Olive Green. HEX triplet: A6, AD and 4D. RGB value is (166,173,77). Sum of RGB (Red+Green+Blue) = 166+173+77=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AD4D is #5952B2. Grayscale: #A0A0A0. Windows color (decimal): -5853875 or 5090726. OLE color: 5090726.
HSL color Cylindrical-coordinate representation of color #A6AD4D: hue angle of 64.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6AD4D is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 77 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.32 |
| HSL | 64.38º | 0.38% | 0.49% | - |
| HSV(B) | 64.38º | 0.55% | 0.68% | - |
| XYZ | 32.01 | 38.53 | 12.77 | - |
| YUV | 159.96 | 81.18 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 77 | 0.04 | 0 | 0.55 | 0.32 | 64.38 | 0.38 | 0.49 |
| Hex | A6 | AD | 4D | 4 | 0 | 37 | 20 | 40 | 26 | 31 |
| Octal | 246 | 255 | 115 | 4 | 0 | 67 | 40 | 100 | 46 | 61 |
| Binary | 10100110 | 10101101 | 1001101 | 100 | 0 | 110111 | 100000 | 1000000 | 100110 | 110001 |
Color Harmonies of #A6AD4D
Complementary color
Monochromatic Colors of #A6AD4D
Black with #A6AD4D
Text Example
Text Example
White with #A6AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD4D; }
p { color: rgb(166,173,77); }
H1.HeaderClassName
{
color: #A6AD4D;
}
.AnyTagClassName
{
color: #A6AD4D;
}
</style>
background-color css
<style>
a { background-color: #A6AD4D; }
a { background-color: rgb(166,173,77); }
div.DivClassName
{
background-color: #A6AD4D;
}
.BgClassName
{
background-color: #A6AD4D;
}
</style>
border-color css
<style>
span { border-color: #A6AD4D; }
span { border-color: rgb(166,173,77); }
td.TdClassName
{
border-color: #A6AD4D;
}
.TagClassName
{
border-color: #A6AD4D;
}
</style>