Shades of Olive Green #A7A858
Tints of Olive Green #A7A858
RGB
CMYK
RGB Variations
Color information
#A7A858 (or 0xA7A858) is known color: Olive Green. HEX triplet: A7, A8 and 58. RGB value is (167,168,88). Sum of RGB (Red+Green+Blue) = 167+168+88=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 168 - color contains mainly: green. Hex color #A7A858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A858 is #5857A7. Grayscale: #9E9E9E. Windows color (decimal): -5789608 or 5810343. OLE color: 5810343.
HSL color Cylindrical-coordinate representation of color #A7A858: hue angle of 60.75º degrees, saturation: 0.31, 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 #A7A858 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 168 | 88 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.34 |
| HSL | 60.75º | 0.31% | 0.5% | - |
| HSV(B) | 60.75º | 0.48% | 0.66% | - |
| XYZ | 31.7 | 36.93 | 14.69 | - |
| YUV | 158.58 | 88.17 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 168 | 88 | 0.01 | 0 | 0.48 | 0.34 | 60.75 | 0.31 | 0.5 |
| Hex | A7 | A8 | 58 | 1 | 0 | 30 | 22 | 3D | 1F | 32 |
| Octal | 247 | 250 | 130 | 1 | 0 | 60 | 42 | 75 | 37 | 62 |
| Binary | 10100111 | 10101000 | 1011000 | 1 | 0 | 110000 | 100010 | 111101 | 11111 | 110010 |
Color Harmonies of #A7A858
Complementary color
Monochromatic Colors of #A7A858
Black with #A7A858
Text Example
Text Example
White with #A7A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A858; }
p { color: rgb(167,168,88); }
H1.HeaderClassName
{
color: #A7A858;
}
.AnyTagClassName
{
color: #A7A858;
}
</style>
background-color css
<style>
a { background-color: #A7A858; }
a { background-color: rgb(167,168,88); }
div.DivClassName
{
background-color: #A7A858;
}
.BgClassName
{
background-color: #A7A858;
}
</style>
border-color css
<style>
span { border-color: #A7A858; }
span { border-color: rgb(167,168,88); }
td.TdClassName
{
border-color: #A7A858;
}
.TagClassName
{
border-color: #A7A858;
}
</style>