Shades of Olive Green #ADAB66
Tints of Olive Green #ADAB66
RGB
CMYK
RGB Variations
Color information
#ADAB66 (or 0xADAB66) is known color: Olive Green. HEX triplet: AD, AB and 66. RGB value is (173,171,102). Sum of RGB (Red+Green+Blue) = 173+171+102=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB66 is #525499. Grayscale: #A4A4A4. Windows color (decimal): -5395610 or 6728621. OLE color: 6728621.
HSL color Cylindrical-coordinate representation of color #ADAB66: hue angle of 58.31º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADAB66 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 102 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.32 |
| HSL | 58.31º | 0.3% | 0.54% | - |
| HSV(B) | 58.31º | 0.41% | 0.68% | - |
| XYZ | 34.19 | 38.97 | 18.29 | - |
| YUV | 163.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 102 | 0 | 0.01 | 0.41 | 0.32 | 58.31 | 0.3 | 0.54 |
| Hex | AD | AB | 66 | 0 | 1 | 29 | 20 | 3A | 1E | 36 |
| Octal | 255 | 253 | 146 | 0 | 1 | 51 | 40 | 72 | 36 | 66 |
| Binary | 10101101 | 10101011 | 1100110 | 0 | 1 | 101001 | 100000 | 111010 | 11110 | 110110 |
Color Harmonies of #ADAB66
Complementary color
Monochromatic Colors of #ADAB66
Black with #ADAB66
Text Example
Text Example
White with #ADAB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB66; }
p { color: rgb(173,171,102); }
H1.HeaderClassName
{
color: #ADAB66;
}
.AnyTagClassName
{
color: #ADAB66;
}
</style>
background-color css
<style>
a { background-color: #ADAB66; }
a { background-color: rgb(173,171,102); }
div.DivClassName
{
background-color: #ADAB66;
}
.BgClassName
{
background-color: #ADAB66;
}
</style>
border-color css
<style>
span { border-color: #ADAB66; }
span { border-color: rgb(173,171,102); }
td.TdClassName
{
border-color: #ADAB66;
}
.TagClassName
{
border-color: #ADAB66;
}
</style>