Shades of Olive Green #ADB763
Tints of Olive Green #ADB763
RGB
CMYK
RGB Variations
Color information
#ADB763 (or 0xADB763) is known color: Olive Green. HEX triplet: AD, B7 and 63. RGB value is (173,183,99). Sum of RGB (Red+Green+Blue) = 173+183+99=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB763 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB763 is #52489C. Grayscale: #AAAAAA. Windows color (decimal): -5392541 or 6535085. OLE color: 6535085.
HSL color Cylindrical-coordinate representation of color #ADB763: hue angle of 67.14º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADB763 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 99 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.28 |
| HSL | 67.14º | 0.37% | 0.55% | - |
| HSV(B) | 67.14º | 0.46% | 0.72% | - |
| XYZ | 36.42 | 43.65 | 18.31 | - |
| YUV | 170.43 | 87.69 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 99 | 0.05 | 0 | 0.46 | 0.28 | 67.14 | 0.37 | 0.55 |
| Hex | AD | B7 | 63 | 5 | 0 | 2E | 1C | 43 | 25 | 37 |
| Octal | 255 | 267 | 143 | 5 | 0 | 56 | 34 | 103 | 45 | 67 |
| Binary | 10101101 | 10110111 | 1100011 | 101 | 0 | 101110 | 11100 | 1000011 | 100101 | 110111 |
Color Harmonies of #ADB763
Complementary color
Monochromatic Colors of #ADB763
Black with #ADB763
Text Example
Text Example
White with #ADB763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB763; }
p { color: rgb(173,183,99); }
H1.HeaderClassName
{
color: #ADB763;
}
.AnyTagClassName
{
color: #ADB763;
}
</style>
background-color css
<style>
a { background-color: #ADB763; }
a { background-color: rgb(173,183,99); }
div.DivClassName
{
background-color: #ADB763;
}
.BgClassName
{
background-color: #ADB763;
}
</style>
border-color css
<style>
span { border-color: #ADB763; }
span { border-color: rgb(173,183,99); }
td.TdClassName
{
border-color: #ADB763;
}
.TagClassName
{
border-color: #ADB763;
}
</style>