Shades of Olive Green #ADB756
Tints of Olive Green #ADB756
RGB
CMYK
RGB Variations
Color information
#ADB756 (or 0xADB756) is known color: Olive Green. HEX triplet: AD, B7 and 56. RGB value is (173,183,86). Sum of RGB (Red+Green+Blue) = 173+183+86=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB756 is #5248A9. Grayscale: #A9A9A9. Windows color (decimal): -5392554 or 5683117. OLE color: 5683117.
HSL color Cylindrical-coordinate representation of color #ADB756: hue angle of 66.19º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADB756 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 86 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.28 |
| HSL | 66.19º | 0.4% | 0.53% | - |
| HSV(B) | 66.19º | 0.53% | 0.72% | - |
| XYZ | 35.85 | 43.42 | 15.3 | - |
| YUV | 168.95 | 81.19 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 86 | 0.05 | 0 | 0.53 | 0.28 | 66.19 | 0.4 | 0.53 |
| Hex | AD | B7 | 56 | 5 | 0 | 35 | 1C | 42 | 28 | 35 |
| Octal | 255 | 267 | 126 | 5 | 0 | 65 | 34 | 102 | 50 | 65 |
| Binary | 10101101 | 10110111 | 1010110 | 101 | 0 | 110101 | 11100 | 1000010 | 101000 | 110101 |
Color Harmonies of #ADB756
Complementary color
Monochromatic Colors of #ADB756
Black with #ADB756
Text Example
Text Example
White with #ADB756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB756; }
p { color: rgb(173,183,86); }
H1.HeaderClassName
{
color: #ADB756;
}
.AnyTagClassName
{
color: #ADB756;
}
</style>
background-color css
<style>
a { background-color: #ADB756; }
a { background-color: rgb(173,183,86); }
div.DivClassName
{
background-color: #ADB756;
}
.BgClassName
{
background-color: #ADB756;
}
</style>
border-color css
<style>
span { border-color: #ADB756; }
span { border-color: rgb(173,183,86); }
td.TdClassName
{
border-color: #ADB756;
}
.TagClassName
{
border-color: #ADB756;
}
</style>