Shades of Olive Green #ADBB6B
Tints of Olive Green #ADBB6B
RGB
CMYK
RGB Variations
Color information
#ADBB6B (or 0xADBB6B) is known color: Olive Green. HEX triplet: AD, BB and 6B. RGB value is (173,187,107). Sum of RGB (Red+Green+Blue) = 173+187+107=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB6B is #524494. Grayscale: #AEAEAE. Windows color (decimal): -5391509 or 7060397. OLE color: 7060397.
HSL color Cylindrical-coordinate representation of color #ADBB6B: hue angle of 70.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADBB6B is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 107 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.27 |
| HSL | 70.5º | 0.37% | 0.58% | - |
| HSV(B) | 70.5º | 0.43% | 0.73% | - |
| XYZ | 37.66 | 45.49 | 20.7 | - |
| YUV | 173.69 | 90.36 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 107 | 0.07 | 0 | 0.43 | 0.27 | 70.5 | 0.37 | 0.58 |
| Hex | AD | BB | 6B | 7 | 0 | 2B | 1B | 46 | 25 | 3A |
| Octal | 255 | 273 | 153 | 7 | 0 | 53 | 33 | 106 | 45 | 72 |
| Binary | 10101101 | 10111011 | 1101011 | 111 | 0 | 101011 | 11011 | 1000110 | 100101 | 111010 |
Color Harmonies of #ADBB6B
Complementary color
Monochromatic Colors of #ADBB6B
Black with #ADBB6B
Text Example
Text Example
White with #ADBB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB6B; }
p { color: rgb(173,187,107); }
H1.HeaderClassName
{
color: #ADBB6B;
}
.AnyTagClassName
{
color: #ADBB6B;
}
</style>
background-color css
<style>
a { background-color: #ADBB6B; }
a { background-color: rgb(173,187,107); }
div.DivClassName
{
background-color: #ADBB6B;
}
.BgClassName
{
background-color: #ADBB6B;
}
</style>
border-color css
<style>
span { border-color: #ADBB6B; }
span { border-color: rgb(173,187,107); }
td.TdClassName
{
border-color: #ADBB6B;
}
.TagClassName
{
border-color: #ADBB6B;
}
</style>