Shades of Olive Green #ADB559
Tints of Olive Green #ADB559
RGB
CMYK
RGB Variations
Color information
#ADB559 (or 0xADB559) is known color: Olive Green. HEX triplet: AD, B5 and 59. RGB value is (173,181,89). Sum of RGB (Red+Green+Blue) = 173+181+89=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB559 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB559 is #524AA6. Grayscale: #A8A8A8. Windows color (decimal): -5393063 or 5879213. OLE color: 5879213.
HSL color Cylindrical-coordinate representation of color #ADB559: hue angle of 65.22º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADB559 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 89 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.29 |
| HSL | 65.22º | 0.38% | 0.53% | - |
| HSV(B) | 65.22º | 0.51% | 0.71% | - |
| XYZ | 35.56 | 42.65 | 15.81 | - |
| YUV | 168.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 89 | 0.04 | 0 | 0.51 | 0.29 | 65.22 | 0.38 | 0.53 |
| Hex | AD | B5 | 59 | 4 | 0 | 33 | 1D | 41 | 26 | 35 |
| Octal | 255 | 265 | 131 | 4 | 0 | 63 | 35 | 101 | 46 | 65 |
| Binary | 10101101 | 10110101 | 1011001 | 100 | 0 | 110011 | 11101 | 1000001 | 100110 | 110101 |
Color Harmonies of #ADB559
Complementary color
Monochromatic Colors of #ADB559
Black with #ADB559
Text Example
Text Example
White with #ADB559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB559; }
p { color: rgb(173,181,89); }
H1.HeaderClassName
{
color: #ADB559;
}
.AnyTagClassName
{
color: #ADB559;
}
</style>
background-color css
<style>
a { background-color: #ADB559; }
a { background-color: rgb(173,181,89); }
div.DivClassName
{
background-color: #ADB559;
}
.BgClassName
{
background-color: #ADB559;
}
</style>
border-color css
<style>
span { border-color: #ADB559; }
span { border-color: rgb(173,181,89); }
td.TdClassName
{
border-color: #ADB559;
}
.TagClassName
{
border-color: #ADB559;
}
</style>