Shades of Olive Green #ADBA67
Tints of Olive Green #ADBA67
RGB
CMYK
RGB Variations
Color information
#ADBA67 (or 0xADBA67) is known color: Olive Green. HEX triplet: AD, BA and 67. RGB value is (173,186,103). Sum of RGB (Red+Green+Blue) = 173+186+103=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA67 is #524598. Grayscale: #ACACAC. Windows color (decimal): -5391769 or 6797997. OLE color: 6797997.
HSL color Cylindrical-coordinate representation of color #ADBA67: hue angle of 69.4º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADBA67 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 103 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.27 |
| HSL | 69.4º | 0.38% | 0.57% | - |
| HSV(B) | 69.4º | 0.45% | 0.73% | - |
| XYZ | 37.24 | 44.98 | 19.55 | - |
| YUV | 172.65 | 88.69 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 103 | 0.07 | 0 | 0.45 | 0.27 | 69.4 | 0.38 | 0.57 |
| Hex | AD | BA | 67 | 7 | 0 | 2D | 1B | 45 | 26 | 39 |
| Octal | 255 | 272 | 147 | 7 | 0 | 55 | 33 | 105 | 46 | 71 |
| Binary | 10101101 | 10111010 | 1100111 | 111 | 0 | 101101 | 11011 | 1000101 | 100110 | 111001 |
Color Harmonies of #ADBA67
Complementary color
Monochromatic Colors of #ADBA67
Black with #ADBA67
Text Example
Text Example
White with #ADBA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA67; }
p { color: rgb(173,186,103); }
H1.HeaderClassName
{
color: #ADBA67;
}
.AnyTagClassName
{
color: #ADBA67;
}
</style>
background-color css
<style>
a { background-color: #ADBA67; }
a { background-color: rgb(173,186,103); }
div.DivClassName
{
background-color: #ADBA67;
}
.BgClassName
{
background-color: #ADBA67;
}
</style>
border-color css
<style>
span { border-color: #ADBA67; }
span { border-color: rgb(173,186,103); }
td.TdClassName
{
border-color: #ADBA67;
}
.TagClassName
{
border-color: #ADBA67;
}
</style>