Shades of Olive Green #ADBA62
Tints of Olive Green #ADBA62
RGB
CMYK
RGB Variations
Color information
#ADBA62 (or 0xADBA62) is known color: Olive Green. HEX triplet: AD, BA and 62. RGB value is (173,186,98). Sum of RGB (Red+Green+Blue) = 173+186+98=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA62 is #52459D. Grayscale: #ACACAC. Windows color (decimal): -5391774 or 6470317. OLE color: 6470317.
HSL color Cylindrical-coordinate representation of color #ADBA62: hue angle of 68.86º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADBA62 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 98 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.27 |
| HSL | 68.86º | 0.39% | 0.56% | - |
| HSV(B) | 68.86º | 0.47% | 0.73% | - |
| XYZ | 37 | 44.88 | 18.27 | - |
| YUV | 172.08 | 86.19 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 98 | 0.07 | 0 | 0.47 | 0.27 | 68.86 | 0.39 | 0.56 |
| Hex | AD | BA | 62 | 7 | 0 | 2F | 1B | 45 | 27 | 38 |
| Octal | 255 | 272 | 142 | 7 | 0 | 57 | 33 | 105 | 47 | 70 |
| Binary | 10101101 | 10111010 | 1100010 | 111 | 0 | 101111 | 11011 | 1000101 | 100111 | 111000 |
Color Harmonies of #ADBA62
Complementary color
Monochromatic Colors of #ADBA62
Black with #ADBA62
Text Example
Text Example
White with #ADBA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA62; }
p { color: rgb(173,186,98); }
H1.HeaderClassName
{
color: #ADBA62;
}
.AnyTagClassName
{
color: #ADBA62;
}
</style>
background-color css
<style>
a { background-color: #ADBA62; }
a { background-color: rgb(173,186,98); }
div.DivClassName
{
background-color: #ADBA62;
}
.BgClassName
{
background-color: #ADBA62;
}
</style>
border-color css
<style>
span { border-color: #ADBA62; }
span { border-color: rgb(173,186,98); }
td.TdClassName
{
border-color: #ADBA62;
}
.TagClassName
{
border-color: #ADBA62;
}
</style>