Shades of Olive Green #ADB960
Tints of Olive Green #ADB960
RGB
CMYK
RGB Variations
Color information
#ADB960 (or 0xADB960) is known color: Olive Green. HEX triplet: AD, B9 and 60. RGB value is (173,185,96). Sum of RGB (Red+Green+Blue) = 173+185+96=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB960 is #52469F. Grayscale: #ABABAB. Windows color (decimal): -5392032 or 6338989. OLE color: 6338989.
HSL color Cylindrical-coordinate representation of color #ADB960: hue angle of 68.09º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADB960 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 96 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.27 |
| HSL | 68.09º | 0.39% | 0.55% | - |
| HSV(B) | 68.09º | 0.48% | 0.73% | - |
| XYZ | 36.69 | 44.43 | 17.71 | - |
| YUV | 171.27 | 85.52 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 96 | 0.06 | 0 | 0.48 | 0.27 | 68.09 | 0.39 | 0.55 |
| Hex | AD | B9 | 60 | 6 | 0 | 30 | 1B | 44 | 27 | 37 |
| Octal | 255 | 271 | 140 | 6 | 0 | 60 | 33 | 104 | 47 | 67 |
| Binary | 10101101 | 10111001 | 1100000 | 110 | 0 | 110000 | 11011 | 1000100 | 100111 | 110111 |
Color Harmonies of #ADB960
Complementary color
Monochromatic Colors of #ADB960
Black with #ADB960
Text Example
Text Example
White with #ADB960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB960; }
p { color: rgb(173,185,96); }
H1.HeaderClassName
{
color: #ADB960;
}
.AnyTagClassName
{
color: #ADB960;
}
</style>
background-color css
<style>
a { background-color: #ADB960; }
a { background-color: rgb(173,185,96); }
div.DivClassName
{
background-color: #ADB960;
}
.BgClassName
{
background-color: #ADB960;
}
</style>
border-color css
<style>
span { border-color: #ADB960; }
span { border-color: rgb(173,185,96); }
td.TdClassName
{
border-color: #ADB960;
}
.TagClassName
{
border-color: #ADB960;
}
</style>