Shades of Olive Green #A8A757
Tints of Olive Green #A8A757
RGB
CMYK
RGB Variations
Color information
#A8A757 (or 0xA8A757) is known color: Olive Green. HEX triplet: A8, A7 and 57. RGB value is (168,167,87). Sum of RGB (Red+Green+Blue) = 168+167+87=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A757 is #5758A8. Grayscale: #9E9E9E. Windows color (decimal): -5724329 or 5744552. OLE color: 5744552.
HSL color Cylindrical-coordinate representation of color #A8A757: hue angle of 59.26º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8A757 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 87 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.34 |
| HSL | 59.26º | 0.32% | 0.5% | - |
| HSV(B) | 59.26º | 0.48% | 0.66% | - |
| XYZ | 31.69 | 36.65 | 14.42 | - |
| YUV | 158.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 87 | 0 | 0.01 | 0.48 | 0.34 | 59.26 | 0.32 | 0.5 |
| Hex | A8 | A7 | 57 | 0 | 1 | 30 | 22 | 3B | 20 | 32 |
| Octal | 250 | 247 | 127 | 0 | 1 | 60 | 42 | 73 | 40 | 62 |
| Binary | 10101000 | 10100111 | 1010111 | 0 | 1 | 110000 | 100010 | 111011 | 100000 | 110010 |
Color Harmonies of #A8A757
Complementary color
Monochromatic Colors of #A8A757
Black with #A8A757
Text Example
Text Example
White with #A8A757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A757; }
p { color: rgb(168,167,87); }
H1.HeaderClassName
{
color: #A8A757;
}
.AnyTagClassName
{
color: #A8A757;
}
</style>
background-color css
<style>
a { background-color: #A8A757; }
a { background-color: rgb(168,167,87); }
div.DivClassName
{
background-color: #A8A757;
}
.BgClassName
{
background-color: #A8A757;
}
</style>
border-color css
<style>
span { border-color: #A8A757; }
span { border-color: rgb(168,167,87); }
td.TdClassName
{
border-color: #A8A757;
}
.TagClassName
{
border-color: #A8A757;
}
</style>