Shades of Olive Green #A6AD4E
Tints of Olive Green #A6AD4E
RGB
CMYK
RGB Variations
Color information
#A6AD4E (or 0xA6AD4E) is known color: Olive Green. HEX triplet: A6, AD and 4E. RGB value is (166,173,78). Sum of RGB (Red+Green+Blue) = 166+173+78=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AD4E is #5952B1. Grayscale: #A0A0A0. Windows color (decimal): -5853874 or 5156262. OLE color: 5156262.
HSL color Cylindrical-coordinate representation of color #A6AD4E: hue angle of 64.42º 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 #A6AD4E is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 78 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.32 |
| HSL | 64.42º | 0.38% | 0.49% | - |
| HSV(B) | 64.42º | 0.55% | 0.68% | - |
| XYZ | 32.04 | 38.54 | 12.96 | - |
| YUV | 160.08 | 81.68 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 78 | 0.04 | 0 | 0.55 | 0.32 | 64.42 | 0.38 | 0.49 |
| Hex | A6 | AD | 4E | 4 | 0 | 37 | 20 | 40 | 26 | 31 |
| Octal | 246 | 255 | 116 | 4 | 0 | 67 | 40 | 100 | 46 | 61 |
| Binary | 10100110 | 10101101 | 1001110 | 100 | 0 | 110111 | 100000 | 1000000 | 100110 | 110001 |
Color Harmonies of #A6AD4E
Complementary color
Monochromatic Colors of #A6AD4E
Black with #A6AD4E
Text Example
Text Example
White with #A6AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD4E; }
p { color: rgb(166,173,78); }
H1.HeaderClassName
{
color: #A6AD4E;
}
.AnyTagClassName
{
color: #A6AD4E;
}
</style>
background-color css
<style>
a { background-color: #A6AD4E; }
a { background-color: rgb(166,173,78); }
div.DivClassName
{
background-color: #A6AD4E;
}
.BgClassName
{
background-color: #A6AD4E;
}
</style>
border-color css
<style>
span { border-color: #A6AD4E; }
span { border-color: rgb(166,173,78); }
td.TdClassName
{
border-color: #A6AD4E;
}
.TagClassName
{
border-color: #A6AD4E;
}
</style>