Shades of Olive Green #ADB964
Tints of Olive Green #ADB964
RGB
CMYK
RGB Variations
Color information
#ADB964 (or 0xADB964) is known color: Olive Green. HEX triplet: AD, B9 and 64. RGB value is (173,185,100). Sum of RGB (Red+Green+Blue) = 173+185+100=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB964 is #52469B. Grayscale: #ACACAC. Windows color (decimal): -5392028 or 6601133. OLE color: 6601133.
HSL color Cylindrical-coordinate representation of color #ADB964: hue angle of 68.47º 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 #ADB964 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 100 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.27 |
| HSL | 68.47º | 0.38% | 0.56% | - |
| HSV(B) | 68.47º | 0.46% | 0.73% | - |
| XYZ | 36.88 | 44.5 | 18.7 | - |
| YUV | 171.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 100 | 0.06 | 0 | 0.46 | 0.27 | 68.47 | 0.38 | 0.56 |
| Hex | AD | B9 | 64 | 6 | 0 | 2E | 1B | 44 | 26 | 38 |
| Octal | 255 | 271 | 144 | 6 | 0 | 56 | 33 | 104 | 46 | 70 |
| Binary | 10101101 | 10111001 | 1100100 | 110 | 0 | 101110 | 11011 | 1000100 | 100110 | 111000 |
Color Harmonies of #ADB964
Complementary color
Monochromatic Colors of #ADB964
Black with #ADB964
Text Example
Text Example
White with #ADB964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB964; }
p { color: rgb(173,185,100); }
H1.HeaderClassName
{
color: #ADB964;
}
.AnyTagClassName
{
color: #ADB964;
}
</style>
background-color css
<style>
a { background-color: #ADB964; }
a { background-color: rgb(173,185,100); }
div.DivClassName
{
background-color: #ADB964;
}
.BgClassName
{
background-color: #ADB964;
}
</style>
border-color css
<style>
span { border-color: #ADB964; }
span { border-color: rgb(173,185,100); }
td.TdClassName
{
border-color: #ADB964;
}
.TagClassName
{
border-color: #ADB964;
}
</style>