Shades of Olive Green #ADA958
Tints of Olive Green #ADA958
RGB
CMYK
RGB Variations
Color information
#ADA958 (or 0xADA958) is known color: Olive Green. HEX triplet: AD, A9 and 58. RGB value is (173,169,88). Sum of RGB (Red+Green+Blue) = 173+169+88=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA958 is #5256A7. Grayscale: #A1A1A1. Windows color (decimal): -5396136 or 5810605. OLE color: 5810605.
HSL color Cylindrical-coordinate representation of color #ADA958: hue angle of 57.18º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADA958 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 88 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.32 |
| HSL | 57.18º | 0.34% | 0.51% | - |
| HSV(B) | 57.18º | 0.49% | 0.68% | - |
| XYZ | 33.18 | 37.96 | 14.81 | - |
| YUV | 160.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 88 | 0 | 0.02 | 0.49 | 0.32 | 57.18 | 0.34 | 0.51 |
| Hex | AD | A9 | 58 | 0 | 2 | 31 | 20 | 39 | 22 | 33 |
| Octal | 255 | 251 | 130 | 0 | 2 | 61 | 40 | 71 | 42 | 63 |
| Binary | 10101101 | 10101001 | 1011000 | 0 | 10 | 110001 | 100000 | 111001 | 100010 | 110011 |
Color Harmonies of #ADA958
Complementary color
Monochromatic Colors of #ADA958
Black with #ADA958
Text Example
Text Example
White with #ADA958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA958; }
p { color: rgb(173,169,88); }
H1.HeaderClassName
{
color: #ADA958;
}
.AnyTagClassName
{
color: #ADA958;
}
</style>
background-color css
<style>
a { background-color: #ADA958; }
a { background-color: rgb(173,169,88); }
div.DivClassName
{
background-color: #ADA958;
}
.BgClassName
{
background-color: #ADA958;
}
</style>
border-color css
<style>
span { border-color: #ADA958; }
span { border-color: rgb(173,169,88); }
td.TdClassName
{
border-color: #ADA958;
}
.TagClassName
{
border-color: #ADA958;
}
</style>