Shades of Olive Green #A7A456
Tints of Olive Green #A7A456
RGB
CMYK
RGB Variations
Color information
#A7A456 (or 0xA7A456) is known color: Olive Green. HEX triplet: A7, A4 and 56. RGB value is (167,164,86). Sum of RGB (Red+Green+Blue) = 167+164+86=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A456 is #585BA9. Grayscale: #9C9C9C. Windows color (decimal): -5790634 or 5678247. OLE color: 5678247.
HSL color Cylindrical-coordinate representation of color #A7A456: hue angle of 57.78º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7A456 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 164 | 86 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.35 |
| HSL | 57.78º | 0.32% | 0.5% | - |
| HSV(B) | 57.78º | 0.49% | 0.65% | - |
| XYZ | 30.89 | 35.44 | 14.02 | - |
| YUV | 156.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 164 | 86 | 0 | 0.02 | 0.49 | 0.35 | 57.78 | 0.32 | 0.5 |
| Hex | A7 | A4 | 56 | 0 | 2 | 31 | 23 | 3A | 20 | 32 |
| Octal | 247 | 244 | 126 | 0 | 2 | 61 | 43 | 72 | 40 | 62 |
| Binary | 10100111 | 10100100 | 1010110 | 0 | 10 | 110001 | 100011 | 111010 | 100000 | 110010 |
Color Harmonies of #A7A456
Complementary color
Monochromatic Colors of #A7A456
Black with #A7A456
Text Example
Text Example
White with #A7A456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A456; }
p { color: rgb(167,164,86); }
H1.HeaderClassName
{
color: #A7A456;
}
.AnyTagClassName
{
color: #A7A456;
}
</style>
background-color css
<style>
a { background-color: #A7A456; }
a { background-color: rgb(167,164,86); }
div.DivClassName
{
background-color: #A7A456;
}
.BgClassName
{
background-color: #A7A456;
}
</style>
border-color css
<style>
span { border-color: #A7A456; }
span { border-color: rgb(167,164,86); }
td.TdClassName
{
border-color: #A7A456;
}
.TagClassName
{
border-color: #A7A456;
}
</style>