Shades of Olive Green #ADA858
Tints of Olive Green #ADA858
RGB
CMYK
RGB Variations
Color information
#ADA858 (or 0xADA858) is known color: Olive Green. HEX triplet: AD, A8 and 58. RGB value is (173,168,88). Sum of RGB (Red+Green+Blue) = 173+168+88=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA858 is #5257A7. Grayscale: #A0A0A0. Windows color (decimal): -5396392 or 5810349. OLE color: 5810349.
HSL color Cylindrical-coordinate representation of color #ADA858: hue angle of 56.47º 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 #ADA858 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 88 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.32 |
| HSL | 56.47º | 0.34% | 0.51% | - |
| HSV(B) | 56.47º | 0.49% | 0.68% | - |
| XYZ | 33 | 37.59 | 14.75 | - |
| YUV | 160.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 88 | 0 | 0.03 | 0.49 | 0.32 | 56.47 | 0.34 | 0.51 |
| Hex | AD | A8 | 58 | 0 | 3 | 31 | 20 | 38 | 22 | 33 |
| Octal | 255 | 250 | 130 | 0 | 3 | 61 | 40 | 70 | 42 | 63 |
| Binary | 10101101 | 10101000 | 1011000 | 0 | 11 | 110001 | 100000 | 111000 | 100010 | 110011 |
Color Harmonies of #ADA858
Complementary color
Monochromatic Colors of #ADA858
Black with #ADA858
Text Example
Text Example
White with #ADA858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA858; }
p { color: rgb(173,168,88); }
H1.HeaderClassName
{
color: #ADA858;
}
.AnyTagClassName
{
color: #ADA858;
}
</style>
background-color css
<style>
a { background-color: #ADA858; }
a { background-color: rgb(173,168,88); }
div.DivClassName
{
background-color: #ADA858;
}
.BgClassName
{
background-color: #ADA858;
}
</style>
border-color css
<style>
span { border-color: #ADA858; }
span { border-color: rgb(173,168,88); }
td.TdClassName
{
border-color: #ADA858;
}
.TagClassName
{
border-color: #ADA858;
}
</style>