Shades of Olive Green #A8A75E
Tints of Olive Green #A8A75E
RGB
CMYK
RGB Variations
Color information
#A8A75E (or 0xA8A75E) is known color: Olive Green. HEX triplet: A8, A7 and 5E. RGB value is (168,167,94). Sum of RGB (Red+Green+Blue) = 168+167+94=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A75E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A75E is #5758A1. Grayscale: #9F9F9F. Windows color (decimal): -5724322 or 6203304. OLE color: 6203304.
HSL color Cylindrical-coordinate representation of color #A8A75E: hue angle of 59.19º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8A75E is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 94 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.34 |
| HSL | 59.19º | 0.3% | 0.51% | - |
| HSV(B) | 59.19º | 0.44% | 0.66% | - |
| XYZ | 31.99 | 36.77 | 16 | - |
| YUV | 158.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 94 | 0 | 0.01 | 0.44 | 0.34 | 59.19 | 0.3 | 0.51 |
| Hex | A8 | A7 | 5E | 0 | 1 | 2C | 22 | 3B | 1E | 33 |
| Octal | 250 | 247 | 136 | 0 | 1 | 54 | 42 | 73 | 36 | 63 |
| Binary | 10101000 | 10100111 | 1011110 | 0 | 1 | 101100 | 100010 | 111011 | 11110 | 110011 |
Color Harmonies of #A8A75E
Complementary color
Monochromatic Colors of #A8A75E
Black with #A8A75E
Text Example
Text Example
White with #A8A75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A75E; }
p { color: rgb(168,167,94); }
H1.HeaderClassName
{
color: #A8A75E;
}
.AnyTagClassName
{
color: #A8A75E;
}
</style>
background-color css
<style>
a { background-color: #A8A75E; }
a { background-color: rgb(168,167,94); }
div.DivClassName
{
background-color: #A8A75E;
}
.BgClassName
{
background-color: #A8A75E;
}
</style>
border-color css
<style>
span { border-color: #A8A75E; }
span { border-color: rgb(168,167,94); }
td.TdClassName
{
border-color: #A8A75E;
}
.TagClassName
{
border-color: #A8A75E;
}
</style>