Shades of Olive Green #ADAA4F
Tints of Olive Green #ADAA4F
RGB
CMYK
RGB Variations
Color information
#ADAA4F (or 0xADAA4F) is known color: Olive Green. HEX triplet: AD, AA and 4F. RGB value is (173,170,79). Sum of RGB (Red+Green+Blue) = 173+170+79=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA4F is #5255B0. Grayscale: #A0A0A0. Windows color (decimal): -5395889 or 5221037. OLE color: 5221037.
HSL color Cylindrical-coordinate representation of color #ADAA4F: hue angle of 58.09º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADAA4F is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 79 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.32 |
| HSL | 58.09º | 0.37% | 0.49% | - |
| HSV(B) | 58.09º | 0.54% | 0.68% | - |
| XYZ | 33.02 | 38.2 | 13.03 | - |
| YUV | 160.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 79 | 0 | 0.02 | 0.54 | 0.32 | 58.09 | 0.37 | 0.49 |
| Hex | AD | AA | 4F | 0 | 2 | 36 | 20 | 3A | 25 | 31 |
| Octal | 255 | 252 | 117 | 0 | 2 | 66 | 40 | 72 | 45 | 61 |
| Binary | 10101101 | 10101010 | 1001111 | 0 | 10 | 110110 | 100000 | 111010 | 100101 | 110001 |
Color Harmonies of #ADAA4F
Complementary color
Monochromatic Colors of #ADAA4F
Black with #ADAA4F
Text Example
Text Example
White with #ADAA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA4F; }
p { color: rgb(173,170,79); }
H1.HeaderClassName
{
color: #ADAA4F;
}
.AnyTagClassName
{
color: #ADAA4F;
}
</style>
background-color css
<style>
a { background-color: #ADAA4F; }
a { background-color: rgb(173,170,79); }
div.DivClassName
{
background-color: #ADAA4F;
}
.BgClassName
{
background-color: #ADAA4F;
}
</style>
border-color css
<style>
span { border-color: #ADAA4F; }
span { border-color: rgb(173,170,79); }
td.TdClassName
{
border-color: #ADAA4F;
}
.TagClassName
{
border-color: #ADAA4F;
}
</style>