Shades of Olive Green #A6A954
Tints of Olive Green #A6A954
RGB
CMYK
RGB Variations
Color information
#A6A954 (or 0xA6A954) is known color: Olive Green. HEX triplet: A6, A9 and 54. RGB value is (166,169,84). Sum of RGB (Red+Green+Blue) = 166+169+84=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A954 is #5956AB. Grayscale: #9E9E9E. Windows color (decimal): -5854892 or 5548454. OLE color: 5548454.
HSL color Cylindrical-coordinate representation of color #A6A954: hue angle of 62.12º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6A954 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 169 | 84 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.34 |
| HSL | 62.12º | 0.34% | 0.5% | - |
| HSV(B) | 62.12º | 0.5% | 0.66% | - |
| XYZ | 31.51 | 37.12 | 13.89 | - |
| YUV | 158.41 | 86.01 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 169 | 84 | 0.02 | 0 | 0.50 | 0.34 | 62.12 | 0.34 | 0.5 |
| Hex | A6 | A9 | 54 | 2 | 0 | 32 | 22 | 3E | 22 | 32 |
| Octal | 246 | 251 | 124 | 2 | 0 | 62 | 42 | 76 | 42 | 62 |
| Binary | 10100110 | 10101001 | 1010100 | 10 | 0 | 110010 | 100010 | 111110 | 100010 | 110010 |
Color Harmonies of #A6A954
Complementary color
Monochromatic Colors of #A6A954
Black with #A6A954
Text Example
Text Example
White with #A6A954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A954; }
p { color: rgb(166,169,84); }
H1.HeaderClassName
{
color: #A6A954;
}
.AnyTagClassName
{
color: #A6A954;
}
</style>
background-color css
<style>
a { background-color: #A6A954; }
a { background-color: rgb(166,169,84); }
div.DivClassName
{
background-color: #A6A954;
}
.BgClassName
{
background-color: #A6A954;
}
</style>
border-color css
<style>
span { border-color: #A6A954; }
span { border-color: rgb(166,169,84); }
td.TdClassName
{
border-color: #A6A954;
}
.TagClassName
{
border-color: #A6A954;
}
</style>