Shades of Olive Green #A8A65E
Tints of Olive Green #A8A65E
RGB
CMYK
RGB Variations
Color information
#A8A65E (or 0xA8A65E) is known color: Olive Green. HEX triplet: A8, A6 and 5E. RGB value is (168,166,94). Sum of RGB (Red+Green+Blue) = 168+166+94=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A65E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A65E is #5759A1. Grayscale: #9E9E9E. Windows color (decimal): -5724578 or 6203048. OLE color: 6203048.
HSL color Cylindrical-coordinate representation of color #A8A65E: hue angle of 58.38º 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 #A8A65E is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 166 | 94 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.34 |
| HSL | 58.38º | 0.3% | 0.51% | - |
| HSV(B) | 58.38º | 0.44% | 0.66% | - |
| XYZ | 31.81 | 36.41 | 15.94 | - |
| YUV | 158.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 166 | 94 | 0 | 0.01 | 0.44 | 0.34 | 58.38 | 0.3 | 0.51 |
| Hex | A8 | A6 | 5E | 0 | 1 | 2C | 22 | 3A | 1E | 33 |
| Octal | 250 | 246 | 136 | 0 | 1 | 54 | 42 | 72 | 36 | 63 |
| Binary | 10101000 | 10100110 | 1011110 | 0 | 1 | 101100 | 100010 | 111010 | 11110 | 110011 |
Color Harmonies of #A8A65E
Complementary color
Monochromatic Colors of #A8A65E
Black with #A8A65E
Text Example
Text Example
White with #A8A65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A65E; }
p { color: rgb(168,166,94); }
H1.HeaderClassName
{
color: #A8A65E;
}
.AnyTagClassName
{
color: #A8A65E;
}
</style>
background-color css
<style>
a { background-color: #A8A65E; }
a { background-color: rgb(168,166,94); }
div.DivClassName
{
background-color: #A8A65E;
}
.BgClassName
{
background-color: #A8A65E;
}
</style>
border-color css
<style>
span { border-color: #A8A65E; }
span { border-color: rgb(168,166,94); }
td.TdClassName
{
border-color: #A8A65E;
}
.TagClassName
{
border-color: #A8A65E;
}
</style>