Shades of Olive Green #ADAA58
Tints of Olive Green #ADAA58
RGB
CMYK
RGB Variations
Color information
#ADAA58 (or 0xADAA58) is known color: Olive Green. HEX triplet: AD, AA and 58. RGB value is (173,170,88). Sum of RGB (Red+Green+Blue) = 173+170+88=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA58 is #5255A7. Grayscale: #A1A1A1. Windows color (decimal): -5395880 or 5810861. OLE color: 5810861.
HSL color Cylindrical-coordinate representation of color #ADAA58: hue angle of 57.88º 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 #ADAA58 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 88 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.32 |
| HSL | 57.88º | 0.34% | 0.51% | - |
| HSV(B) | 57.88º | 0.49% | 0.68% | - |
| XYZ | 33.37 | 38.34 | 14.87 | - |
| YUV | 161.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 88 | 0 | 0.02 | 0.49 | 0.32 | 57.88 | 0.34 | 0.51 |
| Hex | AD | AA | 58 | 0 | 2 | 31 | 20 | 3A | 22 | 33 |
| Octal | 255 | 252 | 130 | 0 | 2 | 61 | 40 | 72 | 42 | 63 |
| Binary | 10101101 | 10101010 | 1011000 | 0 | 10 | 110001 | 100000 | 111010 | 100010 | 110011 |
Color Harmonies of #ADAA58
Complementary color
Monochromatic Colors of #ADAA58
Black with #ADAA58
Text Example
Text Example
White with #ADAA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA58; }
p { color: rgb(173,170,88); }
H1.HeaderClassName
{
color: #ADAA58;
}
.AnyTagClassName
{
color: #ADAA58;
}
</style>
background-color css
<style>
a { background-color: #ADAA58; }
a { background-color: rgb(173,170,88); }
div.DivClassName
{
background-color: #ADAA58;
}
.BgClassName
{
background-color: #ADAA58;
}
</style>
border-color css
<style>
span { border-color: #ADAA58; }
span { border-color: rgb(173,170,88); }
td.TdClassName
{
border-color: #ADAA58;
}
.TagClassName
{
border-color: #ADAA58;
}
</style>