Shades of Olive Green #A8A95E
Tints of Olive Green #A8A95E
RGB
CMYK
RGB Variations
Color information
#A8A95E (or 0xA8A95E) is known color: Olive Green. HEX triplet: A8, A9 and 5E. RGB value is (168,169,94). Sum of RGB (Red+Green+Blue) = 168+169+94=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A95E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A95E is #5756A1. Grayscale: #A0A0A0. Windows color (decimal): -5723810 or 6203816. OLE color: 6203816.
HSL color Cylindrical-coordinate representation of color #A8A95E: hue angle of 60.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8A95E is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 94 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.34 |
| HSL | 60.8º | 0.3% | 0.52% | - |
| HSV(B) | 60.8º | 0.44% | 0.66% | - |
| XYZ | 32.36 | 37.51 | 16.12 | - |
| YUV | 160.15 | 90.67 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 94 | 0.01 | 0 | 0.44 | 0.34 | 60.8 | 0.3 | 0.52 |
| Hex | A8 | A9 | 5E | 1 | 0 | 2C | 22 | 3D | 1E | 34 |
| Octal | 250 | 251 | 136 | 1 | 0 | 54 | 42 | 75 | 36 | 64 |
| Binary | 10101000 | 10101001 | 1011110 | 1 | 0 | 101100 | 100010 | 111101 | 11110 | 110100 |
Color Harmonies of #A8A95E
Complementary color
Monochromatic Colors of #A8A95E
Black with #A8A95E
Text Example
Text Example
White with #A8A95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A95E; }
p { color: rgb(168,169,94); }
H1.HeaderClassName
{
color: #A8A95E;
}
.AnyTagClassName
{
color: #A8A95E;
}
</style>
background-color css
<style>
a { background-color: #A8A95E; }
a { background-color: rgb(168,169,94); }
div.DivClassName
{
background-color: #A8A95E;
}
.BgClassName
{
background-color: #A8A95E;
}
</style>
border-color css
<style>
span { border-color: #A8A95E; }
span { border-color: rgb(168,169,94); }
td.TdClassName
{
border-color: #A8A95E;
}
.TagClassName
{
border-color: #A8A95E;
}
</style>