Shades of Olive Green #ADB963
Tints of Olive Green #ADB963
RGB
CMYK
RGB Variations
Color information
#ADB963 (or 0xADB963) is known color: Olive Green. HEX triplet: AD, B9 and 63. RGB value is (173,185,99). Sum of RGB (Red+Green+Blue) = 173+185+99=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB963 is #52469C. Grayscale: #ABABAB. Windows color (decimal): -5392029 or 6535597. OLE color: 6535597.
HSL color Cylindrical-coordinate representation of color #ADB963: hue angle of 68.37º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADB963 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 99 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.27 |
| HSL | 68.37º | 0.38% | 0.56% | - |
| HSV(B) | 68.37º | 0.46% | 0.73% | - |
| XYZ | 36.83 | 44.48 | 18.45 | - |
| YUV | 171.61 | 87.02 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 99 | 0.06 | 0 | 0.46 | 0.27 | 68.37 | 0.38 | 0.56 |
| Hex | AD | B9 | 63 | 6 | 0 | 2E | 1B | 44 | 26 | 38 |
| Octal | 255 | 271 | 143 | 6 | 0 | 56 | 33 | 104 | 46 | 70 |
| Binary | 10101101 | 10111001 | 1100011 | 110 | 0 | 101110 | 11011 | 1000100 | 100110 | 111000 |
Color Harmonies of #ADB963
Complementary color
Monochromatic Colors of #ADB963
Black with #ADB963
Text Example
Text Example
White with #ADB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB963; }
p { color: rgb(173,185,99); }
H1.HeaderClassName
{
color: #ADB963;
}
.AnyTagClassName
{
color: #ADB963;
}
</style>
background-color css
<style>
a { background-color: #ADB963; }
a { background-color: rgb(173,185,99); }
div.DivClassName
{
background-color: #ADB963;
}
.BgClassName
{
background-color: #ADB963;
}
</style>
border-color css
<style>
span { border-color: #ADB963; }
span { border-color: rgb(173,185,99); }
td.TdClassName
{
border-color: #ADB963;
}
.TagClassName
{
border-color: #ADB963;
}
</style>