Shades of Olive Green #ADB560
Tints of Olive Green #ADB560
RGB
CMYK
RGB Variations
Color information
#ADB560 (or 0xADB560) is known color: Olive Green. HEX triplet: AD, B5 and 60. RGB value is (173,181,96). Sum of RGB (Red+Green+Blue) = 173+181+96=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB560 is #524A9F. Grayscale: #A9A9A9. Windows color (decimal): -5393056 or 6337965. OLE color: 6337965.
HSL color Cylindrical-coordinate representation of color #ADB560: hue angle of 65.65º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADB560 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 96 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.29 |
| HSL | 65.65º | 0.36% | 0.54% | - |
| HSV(B) | 65.65º | 0.47% | 0.71% | - |
| XYZ | 35.87 | 42.78 | 17.43 | - |
| YUV | 168.92 | 86.85 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 96 | 0.04 | 0 | 0.47 | 0.29 | 65.65 | 0.36 | 0.54 |
| Hex | AD | B5 | 60 | 4 | 0 | 2F | 1D | 42 | 24 | 36 |
| Octal | 255 | 265 | 140 | 4 | 0 | 57 | 35 | 102 | 44 | 66 |
| Binary | 10101101 | 10110101 | 1100000 | 100 | 0 | 101111 | 11101 | 1000010 | 100100 | 110110 |
Color Harmonies of #ADB560
Complementary color
Monochromatic Colors of #ADB560
Black with #ADB560
Text Example
Text Example
White with #ADB560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB560; }
p { color: rgb(173,181,96); }
H1.HeaderClassName
{
color: #ADB560;
}
.AnyTagClassName
{
color: #ADB560;
}
</style>
background-color css
<style>
a { background-color: #ADB560; }
a { background-color: rgb(173,181,96); }
div.DivClassName
{
background-color: #ADB560;
}
.BgClassName
{
background-color: #ADB560;
}
</style>
border-color css
<style>
span { border-color: #ADB560; }
span { border-color: rgb(173,181,96); }
td.TdClassName
{
border-color: #ADB560;
}
.TagClassName
{
border-color: #ADB560;
}
</style>