Shades of Olive Green #A8A756
Tints of Olive Green #A8A756
RGB
CMYK
RGB Variations
Color information
#A8A756 (or 0xA8A756) is known color: Olive Green. HEX triplet: A8, A7 and 56. RGB value is (168,167,86). Sum of RGB (Red+Green+Blue) = 168+167+86=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A756 is #5758A9. Grayscale: #9E9E9E. Windows color (decimal): -5724330 or 5679016. OLE color: 5679016.
HSL color Cylindrical-coordinate representation of color #A8A756: hue angle of 59.27º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8A756 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 86 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.34 |
| HSL | 59.27º | 0.32% | 0.5% | - |
| HSV(B) | 59.27º | 0.49% | 0.66% | - |
| XYZ | 31.65 | 36.63 | 14.21 | - |
| YUV | 158.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 86 | 0 | 0.01 | 0.49 | 0.34 | 59.27 | 0.32 | 0.5 |
| Hex | A8 | A7 | 56 | 0 | 1 | 31 | 22 | 3B | 20 | 32 |
| Octal | 250 | 247 | 126 | 0 | 1 | 61 | 42 | 73 | 40 | 62 |
| Binary | 10101000 | 10100111 | 1010110 | 0 | 1 | 110001 | 100010 | 111011 | 100000 | 110010 |
Color Harmonies of #A8A756
Complementary color
Monochromatic Colors of #A8A756
Black with #A8A756
Text Example
Text Example
White with #A8A756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A756; }
p { color: rgb(168,167,86); }
H1.HeaderClassName
{
color: #A8A756;
}
.AnyTagClassName
{
color: #A8A756;
}
</style>
background-color css
<style>
a { background-color: #A8A756; }
a { background-color: rgb(168,167,86); }
div.DivClassName
{
background-color: #A8A756;
}
.BgClassName
{
background-color: #A8A756;
}
</style>
border-color css
<style>
span { border-color: #A8A756; }
span { border-color: rgb(168,167,86); }
td.TdClassName
{
border-color: #A8A756;
}
.TagClassName
{
border-color: #A8A756;
}
</style>