Shades of Olive Green #ADA758
Tints of Olive Green #ADA758
RGB
CMYK
RGB Variations
Color information
#ADA758 (or 0xADA758) is known color: Olive Green. HEX triplet: AD, A7 and 58. RGB value is (173,167,88). Sum of RGB (Red+Green+Blue) = 173+167+88=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA758 is #5258A7. Grayscale: #A0A0A0. Windows color (decimal): -5396648 or 5810093. OLE color: 5810093.
HSL color Cylindrical-coordinate representation of color #ADA758: hue angle of 55.76º 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 #ADA758 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 88 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.32 |
| HSL | 55.76º | 0.34% | 0.51% | - |
| HSV(B) | 55.76º | 0.49% | 0.68% | - |
| XYZ | 32.81 | 37.23 | 14.69 | - |
| YUV | 159.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 88 | 0 | 0.03 | 0.49 | 0.32 | 55.76 | 0.34 | 0.51 |
| Hex | AD | A7 | 58 | 0 | 3 | 31 | 20 | 38 | 22 | 33 |
| Octal | 255 | 247 | 130 | 0 | 3 | 61 | 40 | 70 | 42 | 63 |
| Binary | 10101101 | 10100111 | 1011000 | 0 | 11 | 110001 | 100000 | 111000 | 100010 | 110011 |
Color Harmonies of #ADA758
Complementary color
Monochromatic Colors of #ADA758
Black with #ADA758
Text Example
Text Example
White with #ADA758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA758; }
p { color: rgb(173,167,88); }
H1.HeaderClassName
{
color: #ADA758;
}
.AnyTagClassName
{
color: #ADA758;
}
</style>
background-color css
<style>
a { background-color: #ADA758; }
a { background-color: rgb(173,167,88); }
div.DivClassName
{
background-color: #ADA758;
}
.BgClassName
{
background-color: #ADA758;
}
</style>
border-color css
<style>
span { border-color: #ADA758; }
span { border-color: rgb(173,167,88); }
td.TdClassName
{
border-color: #ADA758;
}
.TagClassName
{
border-color: #ADA758;
}
</style>