Shades of Olive Green #ADA957
Tints of Olive Green #ADA957
RGB
CMYK
RGB Variations
Color information
#ADA957 (or 0xADA957) is known color: Olive Green. HEX triplet: AD, A9 and 57. RGB value is (173,169,87). Sum of RGB (Red+Green+Blue) = 173+169+87=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA957 is #5256A8. Grayscale: #A1A1A1. Windows color (decimal): -5396137 or 5745069. OLE color: 5745069.
HSL color Cylindrical-coordinate representation of color #ADA957: hue angle of 57.21º 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 #ADA957 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 87 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.32 |
| HSL | 57.21º | 0.34% | 0.51% | - |
| HSV(B) | 57.21º | 0.5% | 0.68% | - |
| XYZ | 33.14 | 37.95 | 14.59 | - |
| YUV | 160.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 87 | 0 | 0.02 | 0.50 | 0.32 | 57.21 | 0.34 | 0.51 |
| Hex | AD | A9 | 57 | 0 | 2 | 32 | 20 | 39 | 22 | 33 |
| Octal | 255 | 251 | 127 | 0 | 2 | 62 | 40 | 71 | 42 | 63 |
| Binary | 10101101 | 10101001 | 1010111 | 0 | 10 | 110010 | 100000 | 111001 | 100010 | 110011 |
Color Harmonies of #ADA957
Complementary color
Monochromatic Colors of #ADA957
Black with #ADA957
Text Example
Text Example
White with #ADA957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA957; }
p { color: rgb(173,169,87); }
H1.HeaderClassName
{
color: #ADA957;
}
.AnyTagClassName
{
color: #ADA957;
}
</style>
background-color css
<style>
a { background-color: #ADA957; }
a { background-color: rgb(173,169,87); }
div.DivClassName
{
background-color: #ADA957;
}
.BgClassName
{
background-color: #ADA957;
}
</style>
border-color css
<style>
span { border-color: #ADA957; }
span { border-color: rgb(173,169,87); }
td.TdClassName
{
border-color: #ADA957;
}
.TagClassName
{
border-color: #ADA957;
}
</style>