Shades of Olive Green #ADA657
Tints of Olive Green #ADA657
RGB
CMYK
RGB Variations
Color information
#ADA657 (or 0xADA657) is known color: Olive Green. HEX triplet: AD, A6 and 57. RGB value is (173,166,87). Sum of RGB (Red+Green+Blue) = 173+166+87=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA657 is #5259A8. Grayscale: #9F9F9F. Windows color (decimal): -5396905 or 5744301. OLE color: 5744301.
HSL color Cylindrical-coordinate representation of color #ADA657: hue angle of 55.12º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADA657 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 87 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.32 |
| HSL | 55.12º | 0.34% | 0.51% | - |
| HSV(B) | 55.12º | 0.5% | 0.68% | - |
| XYZ | 32.59 | 36.84 | 14.41 | - |
| YUV | 159.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 87 | 0 | 0.04 | 0.50 | 0.32 | 55.12 | 0.34 | 0.51 |
| Hex | AD | A6 | 57 | 0 | 4 | 32 | 20 | 37 | 22 | 33 |
| Octal | 255 | 246 | 127 | 0 | 4 | 62 | 40 | 67 | 42 | 63 |
| Binary | 10101101 | 10100110 | 1010111 | 0 | 100 | 110010 | 100000 | 110111 | 100010 | 110011 |
Color Harmonies of #ADA657
Complementary color
Monochromatic Colors of #ADA657
Black with #ADA657
Text Example
Text Example
White with #ADA657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA657; }
p { color: rgb(173,166,87); }
H1.HeaderClassName
{
color: #ADA657;
}
.AnyTagClassName
{
color: #ADA657;
}
</style>
background-color css
<style>
a { background-color: #ADA657; }
a { background-color: rgb(173,166,87); }
div.DivClassName
{
background-color: #ADA657;
}
.BgClassName
{
background-color: #ADA657;
}
</style>
border-color css
<style>
span { border-color: #ADA657; }
span { border-color: rgb(173,166,87); }
td.TdClassName
{
border-color: #ADA657;
}
.TagClassName
{
border-color: #ADA657;
}
</style>