Shades of Olive Green #ADA85A
Tints of Olive Green #ADA85A
RGB
CMYK
RGB Variations
Color information
#ADA85A (or 0xADA85A) is known color: Olive Green. HEX triplet: AD, A8 and 5A. RGB value is (173,168,90). Sum of RGB (Red+Green+Blue) = 173+168+90=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA85A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA85A is #5257A5. Grayscale: #A0A0A0. Windows color (decimal): -5396390 or 5941421. OLE color: 5941421.
HSL color Cylindrical-coordinate representation of color #ADA85A: hue angle of 56.39º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADA85A is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 90 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.32 |
| HSL | 56.39º | 0.34% | 0.52% | - |
| HSV(B) | 56.39º | 0.48% | 0.68% | - |
| XYZ | 33.08 | 37.63 | 15.19 | - |
| YUV | 160.6 | 88.16 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 90 | 0 | 0.03 | 0.48 | 0.32 | 56.39 | 0.34 | 0.52 |
| Hex | AD | A8 | 5A | 0 | 3 | 30 | 20 | 38 | 22 | 34 |
| Octal | 255 | 250 | 132 | 0 | 3 | 60 | 40 | 70 | 42 | 64 |
| Binary | 10101101 | 10101000 | 1011010 | 0 | 11 | 110000 | 100000 | 111000 | 100010 | 110100 |
Color Harmonies of #ADA85A
Complementary color
Monochromatic Colors of #ADA85A
Black with #ADA85A
Text Example
Text Example
White with #ADA85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA85A; }
p { color: rgb(173,168,90); }
H1.HeaderClassName
{
color: #ADA85A;
}
.AnyTagClassName
{
color: #ADA85A;
}
</style>
background-color css
<style>
a { background-color: #ADA85A; }
a { background-color: rgb(173,168,90); }
div.DivClassName
{
background-color: #ADA85A;
}
.BgClassName
{
background-color: #ADA85A;
}
</style>
border-color css
<style>
span { border-color: #ADA85A; }
span { border-color: rgb(173,168,90); }
td.TdClassName
{
border-color: #ADA85A;
}
.TagClassName
{
border-color: #ADA85A;
}
</style>