Shades of Olive Green #A8AF5E
Tints of Olive Green #A8AF5E
RGB
CMYK
RGB Variations
Color information
#A8AF5E (or 0xA8AF5E) is known color: Olive Green. HEX triplet: A8, AF and 5E. RGB value is (168,175,94). Sum of RGB (Red+Green+Blue) = 168+175+94=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF5E is #5750A1. Grayscale: #A3A3A3. Windows color (decimal): -5722274 or 6205352. OLE color: 6205352.
HSL color Cylindrical-coordinate representation of color #A8AF5E: hue angle of 65.19º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8AF5E is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 94 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.31 |
| HSL | 65.19º | 0.34% | 0.53% | - |
| HSV(B) | 65.19º | 0.46% | 0.69% | - |
| XYZ | 33.5 | 39.79 | 16.5 | - |
| YUV | 163.67 | 88.68 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 94 | 0.04 | 0 | 0.46 | 0.31 | 65.19 | 0.34 | 0.53 |
| Hex | A8 | AF | 5E | 4 | 0 | 2E | 1F | 41 | 22 | 35 |
| Octal | 250 | 257 | 136 | 4 | 0 | 56 | 37 | 101 | 42 | 65 |
| Binary | 10101000 | 10101111 | 1011110 | 100 | 0 | 101110 | 11111 | 1000001 | 100010 | 110101 |
Color Harmonies of #A8AF5E
Complementary color
Monochromatic Colors of #A8AF5E
Black with #A8AF5E
Text Example
Text Example
White with #A8AF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF5E; }
p { color: rgb(168,175,94); }
H1.HeaderClassName
{
color: #A8AF5E;
}
.AnyTagClassName
{
color: #A8AF5E;
}
</style>
background-color css
<style>
a { background-color: #A8AF5E; }
a { background-color: rgb(168,175,94); }
div.DivClassName
{
background-color: #A8AF5E;
}
.BgClassName
{
background-color: #A8AF5E;
}
</style>
border-color css
<style>
span { border-color: #A8AF5E; }
span { border-color: rgb(168,175,94); }
td.TdClassName
{
border-color: #A8AF5E;
}
.TagClassName
{
border-color: #A8AF5E;
}
</style>