Shades of Olive Green #ADA85F
Tints of Olive Green #ADA85F
RGB
CMYK
RGB Variations
Color information
#ADA85F (or 0xADA85F) is known color: Olive Green. HEX triplet: AD, A8 and 5F. RGB value is (173,168,95). Sum of RGB (Red+Green+Blue) = 173+168+95=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA85F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA85F is #5257A0. Grayscale: #A1A1A1. Windows color (decimal): -5396385 or 6269101. OLE color: 6269101.
HSL color Cylindrical-coordinate representation of color #ADA85F: hue angle of 56.15º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADA85F is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 95 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.32 |
| HSL | 56.15º | 0.32% | 0.53% | - |
| HSV(B) | 56.15º | 0.45% | 0.68% | - |
| XYZ | 33.3 | 37.72 | 16.35 | - |
| YUV | 161.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 95 | 0 | 0.03 | 0.45 | 0.32 | 56.15 | 0.32 | 0.53 |
| Hex | AD | A8 | 5F | 0 | 3 | 2D | 20 | 38 | 20 | 35 |
| Octal | 255 | 250 | 137 | 0 | 3 | 55 | 40 | 70 | 40 | 65 |
| Binary | 10101101 | 10101000 | 1011111 | 0 | 11 | 101101 | 100000 | 111000 | 100000 | 110101 |
Color Harmonies of #ADA85F
Complementary color
Monochromatic Colors of #ADA85F
Black with #ADA85F
Text Example
Text Example
White with #ADA85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA85F; }
p { color: rgb(173,168,95); }
H1.HeaderClassName
{
color: #ADA85F;
}
.AnyTagClassName
{
color: #ADA85F;
}
</style>
background-color css
<style>
a { background-color: #ADA85F; }
a { background-color: rgb(173,168,95); }
div.DivClassName
{
background-color: #ADA85F;
}
.BgClassName
{
background-color: #ADA85F;
}
</style>
border-color css
<style>
span { border-color: #ADA85F; }
span { border-color: rgb(173,168,95); }
td.TdClassName
{
border-color: #ADA85F;
}
.TagClassName
{
border-color: #ADA85F;
}
</style>