Shades of Olive Green #ADBA6B
Tints of Olive Green #ADBA6B
RGB
CMYK
RGB Variations
Color information
#ADBA6B (or 0xADBA6B) is known color: Olive Green. HEX triplet: AD, BA and 6B. RGB value is (173,186,107). Sum of RGB (Red+Green+Blue) = 173+186+107=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA6B is #524594. Grayscale: #ADADAD. Windows color (decimal): -5391765 or 7060141. OLE color: 7060141.
HSL color Cylindrical-coordinate representation of color #ADBA6B: hue angle of 69.87º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADBA6B is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 107 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.27 |
| HSL | 69.87º | 0.36% | 0.57% | - |
| HSV(B) | 69.87º | 0.42% | 0.73% | - |
| XYZ | 37.45 | 45.06 | 20.63 | - |
| YUV | 173.11 | 90.69 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 107 | 0.07 | 0 | 0.42 | 0.27 | 69.87 | 0.36 | 0.57 |
| Hex | AD | BA | 6B | 7 | 0 | 2A | 1B | 46 | 24 | 39 |
| Octal | 255 | 272 | 153 | 7 | 0 | 52 | 33 | 106 | 44 | 71 |
| Binary | 10101101 | 10111010 | 1101011 | 111 | 0 | 101010 | 11011 | 1000110 | 100100 | 111001 |
Color Harmonies of #ADBA6B
Complementary color
Monochromatic Colors of #ADBA6B
Black with #ADBA6B
Text Example
Text Example
White with #ADBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA6B; }
p { color: rgb(173,186,107); }
H1.HeaderClassName
{
color: #ADBA6B;
}
.AnyTagClassName
{
color: #ADBA6B;
}
</style>
background-color css
<style>
a { background-color: #ADBA6B; }
a { background-color: rgb(173,186,107); }
div.DivClassName
{
background-color: #ADBA6B;
}
.BgClassName
{
background-color: #ADBA6B;
}
</style>
border-color css
<style>
span { border-color: #ADBA6B; }
span { border-color: rgb(173,186,107); }
td.TdClassName
{
border-color: #ADBA6B;
}
.TagClassName
{
border-color: #ADBA6B;
}
</style>