Shades of Olive Green #ADBA69
Tints of Olive Green #ADBA69
RGB
CMYK
RGB Variations
Color information
#ADBA69 (or 0xADBA69) is known color: Olive Green. HEX triplet: AD, BA and 69. RGB value is (173,186,105). Sum of RGB (Red+Green+Blue) = 173+186+105=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA69 is #524596. Grayscale: #ADADAD. Windows color (decimal): -5391767 or 6929069. OLE color: 6929069.
HSL color Cylindrical-coordinate representation of color #ADBA69: hue angle of 69.63º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADBA69 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 105 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.27 |
| HSL | 69.63º | 0.37% | 0.57% | - |
| HSV(B) | 69.63º | 0.44% | 0.73% | - |
| XYZ | 37.34 | 45.02 | 20.09 | - |
| YUV | 172.88 | 89.69 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 105 | 0.07 | 0 | 0.44 | 0.27 | 69.63 | 0.37 | 0.57 |
| Hex | AD | BA | 69 | 7 | 0 | 2C | 1B | 46 | 25 | 39 |
| Octal | 255 | 272 | 151 | 7 | 0 | 54 | 33 | 106 | 45 | 71 |
| Binary | 10101101 | 10111010 | 1101001 | 111 | 0 | 101100 | 11011 | 1000110 | 100101 | 111001 |
Color Harmonies of #ADBA69
Complementary color
Monochromatic Colors of #ADBA69
Black with #ADBA69
Text Example
Text Example
White with #ADBA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA69; }
p { color: rgb(173,186,105); }
H1.HeaderClassName
{
color: #ADBA69;
}
.AnyTagClassName
{
color: #ADBA69;
}
</style>
background-color css
<style>
a { background-color: #ADBA69; }
a { background-color: rgb(173,186,105); }
div.DivClassName
{
background-color: #ADBA69;
}
.BgClassName
{
background-color: #ADBA69;
}
</style>
border-color css
<style>
span { border-color: #ADBA69; }
span { border-color: rgb(173,186,105); }
td.TdClassName
{
border-color: #ADBA69;
}
.TagClassName
{
border-color: #ADBA69;
}
</style>