Shades of Olive Green #ADB760
Tints of Olive Green #ADB760
RGB
CMYK
RGB Variations
Color information
#ADB760 (or 0xADB760) is known color: Olive Green. HEX triplet: AD, B7 and 60. RGB value is (173,183,96). Sum of RGB (Red+Green+Blue) = 173+183+96=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB760 is #52489F. Grayscale: #AAAAAA. Windows color (decimal): -5392544 or 6338477. OLE color: 6338477.
HSL color Cylindrical-coordinate representation of color #ADB760: hue angle of 66.9º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADB760 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 96 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.28 |
| HSL | 66.9º | 0.38% | 0.55% | - |
| HSV(B) | 66.9º | 0.48% | 0.72% | - |
| XYZ | 36.28 | 43.6 | 17.57 | - |
| YUV | 170.09 | 86.19 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 96 | 0.05 | 0 | 0.48 | 0.28 | 66.9 | 0.38 | 0.55 |
| Hex | AD | B7 | 60 | 5 | 0 | 30 | 1C | 43 | 26 | 37 |
| Octal | 255 | 267 | 140 | 5 | 0 | 60 | 34 | 103 | 46 | 67 |
| Binary | 10101101 | 10110111 | 1100000 | 101 | 0 | 110000 | 11100 | 1000011 | 100110 | 110111 |
Color Harmonies of #ADB760
Complementary color
Monochromatic Colors of #ADB760
Black with #ADB760
Text Example
Text Example
White with #ADB760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB760; }
p { color: rgb(173,183,96); }
H1.HeaderClassName
{
color: #ADB760;
}
.AnyTagClassName
{
color: #ADB760;
}
</style>
background-color css
<style>
a { background-color: #ADB760; }
a { background-color: rgb(173,183,96); }
div.DivClassName
{
background-color: #ADB760;
}
.BgClassName
{
background-color: #ADB760;
}
</style>
border-color css
<style>
span { border-color: #ADB760; }
span { border-color: rgb(173,183,96); }
td.TdClassName
{
border-color: #ADB760;
}
.TagClassName
{
border-color: #ADB760;
}
</style>