Shades of Olive Green #A6A456
Tints of Olive Green #A6A456
RGB
CMYK
RGB Variations
Color information
#A6A456 (or 0xA6A456) is known color: Olive Green. HEX triplet: A6, A4 and 56. RGB value is (166,164,86). Sum of RGB (Red+Green+Blue) = 166+164+86=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A456 is #595BA9. Grayscale: #9C9C9C. Windows color (decimal): -5856170 or 5678246. OLE color: 5678246.
HSL color Cylindrical-coordinate representation of color #A6A456: hue angle of 58.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6A456 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 164 | 86 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.35 |
| HSL | 58.5º | 0.32% | 0.49% | - |
| HSV(B) | 58.5º | 0.48% | 0.65% | - |
| XYZ | 30.68 | 35.33 | 14.01 | - |
| YUV | 155.71 | 88.66 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 86 | 0 | 0.01 | 0.48 | 0.35 | 58.5 | 0.32 | 0.49 |
| Hex | A6 | A4 | 56 | 0 | 1 | 30 | 23 | 3A | 20 | 31 |
| Octal | 246 | 244 | 126 | 0 | 1 | 60 | 43 | 72 | 40 | 61 |
| Binary | 10100110 | 10100100 | 1010110 | 0 | 1 | 110000 | 100011 | 111010 | 100000 | 110001 |
Color Harmonies of #A6A456
Complementary color
Monochromatic Colors of #A6A456
Black with #A6A456
Text Example
Text Example
White with #A6A456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A456; }
p { color: rgb(166,164,86); }
H1.HeaderClassName
{
color: #A6A456;
}
.AnyTagClassName
{
color: #A6A456;
}
</style>
background-color css
<style>
a { background-color: #A6A456; }
a { background-color: rgb(166,164,86); }
div.DivClassName
{
background-color: #A6A456;
}
.BgClassName
{
background-color: #A6A456;
}
</style>
border-color css
<style>
span { border-color: #A6A456; }
span { border-color: rgb(166,164,86); }
td.TdClassName
{
border-color: #A6A456;
}
.TagClassName
{
border-color: #A6A456;
}
</style>