Shades of Olive Green #A7A857
Tints of Olive Green #A7A857
RGB
CMYK
RGB Variations
Color information
#A7A857 (or 0xA7A857) is known color: Olive Green. HEX triplet: A7, A8 and 57. RGB value is (167,168,87). Sum of RGB (Red+Green+Blue) = 167+168+87=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 168 - color contains mainly: green. Hex color #A7A857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A857 is #5857A8. Grayscale: #9E9E9E. Windows color (decimal): -5789609 or 5744807. OLE color: 5744807.
HSL color Cylindrical-coordinate representation of color #A7A857: hue angle of 60.74º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A7A857 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 168 | 87 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.34 |
| HSL | 60.74º | 0.32% | 0.5% | - |
| HSV(B) | 60.74º | 0.48% | 0.66% | - |
| XYZ | 31.66 | 36.91 | 14.47 | - |
| YUV | 158.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 168 | 87 | 0.01 | 0 | 0.48 | 0.34 | 60.74 | 0.32 | 0.5 |
| Hex | A7 | A8 | 57 | 1 | 0 | 30 | 22 | 3D | 20 | 32 |
| Octal | 247 | 250 | 127 | 1 | 0 | 60 | 42 | 75 | 40 | 62 |
| Binary | 10100111 | 10101000 | 1010111 | 1 | 0 | 110000 | 100010 | 111101 | 100000 | 110010 |
Color Harmonies of #A7A857
Complementary color
Monochromatic Colors of #A7A857
Black with #A7A857
Text Example
Text Example
White with #A7A857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A857; }
p { color: rgb(167,168,87); }
H1.HeaderClassName
{
color: #A7A857;
}
.AnyTagClassName
{
color: #A7A857;
}
</style>
background-color css
<style>
a { background-color: #A7A857; }
a { background-color: rgb(167,168,87); }
div.DivClassName
{
background-color: #A7A857;
}
.BgClassName
{
background-color: #A7A857;
}
</style>
border-color css
<style>
span { border-color: #A7A857; }
span { border-color: rgb(167,168,87); }
td.TdClassName
{
border-color: #A7A857;
}
.TagClassName
{
border-color: #A7A857;
}
</style>