Shades of Olive Green #ADB659
Tints of Olive Green #ADB659
RGB
CMYK
RGB Variations
Color information
#ADB659 (or 0xADB659) is known color: Olive Green. HEX triplet: AD, B6 and 59. RGB value is (173,182,89). Sum of RGB (Red+Green+Blue) = 173+182+89=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB659 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB659 is #5249A6. Grayscale: #A9A9A9. Windows color (decimal): -5392807 or 5879469. OLE color: 5879469.
HSL color Cylindrical-coordinate representation of color #ADB659: hue angle of 65.81º degrees, saturation: 0.39, 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 #ADB659 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 89 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.29 |
| HSL | 65.81º | 0.39% | 0.53% | - |
| HSV(B) | 65.81º | 0.51% | 0.71% | - |
| XYZ | 35.76 | 43.06 | 15.88 | - |
| YUV | 168.71 | 83.02 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 89 | 0.05 | 0 | 0.51 | 0.29 | 65.81 | 0.39 | 0.53 |
| Hex | AD | B6 | 59 | 5 | 0 | 33 | 1D | 42 | 27 | 35 |
| Octal | 255 | 266 | 131 | 5 | 0 | 63 | 35 | 102 | 47 | 65 |
| Binary | 10101101 | 10110110 | 1011001 | 101 | 0 | 110011 | 11101 | 1000010 | 100111 | 110101 |
Color Harmonies of #ADB659
Complementary color
Monochromatic Colors of #ADB659
Black with #ADB659
Text Example
Text Example
White with #ADB659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB659; }
p { color: rgb(173,182,89); }
H1.HeaderClassName
{
color: #ADB659;
}
.AnyTagClassName
{
color: #ADB659;
}
</style>
background-color css
<style>
a { background-color: #ADB659; }
a { background-color: rgb(173,182,89); }
div.DivClassName
{
background-color: #ADB659;
}
.BgClassName
{
background-color: #ADB659;
}
</style>
border-color css
<style>
span { border-color: #ADB659; }
span { border-color: rgb(173,182,89); }
td.TdClassName
{
border-color: #ADB659;
}
.TagClassName
{
border-color: #ADB659;
}
</style>