Shades of Olive Green #ADBB68
Tints of Olive Green #ADBB68
RGB
CMYK
RGB Variations
Color information
#ADBB68 (or 0xADBB68) is known color: Olive Green. HEX triplet: AD, BB and 68. RGB value is (173,187,104). Sum of RGB (Red+Green+Blue) = 173+187+104=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB68 is #524497. Grayscale: #ADADAD. Windows color (decimal): -5391512 or 6863789. OLE color: 6863789.
HSL color Cylindrical-coordinate representation of color #ADBB68: hue angle of 70.12º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADBB68 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 104 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.27 |
| HSL | 70.12º | 0.38% | 0.57% | - |
| HSV(B) | 70.12º | 0.44% | 0.73% | - |
| XYZ | 37.5 | 45.42 | 19.89 | - |
| YUV | 173.35 | 88.86 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 104 | 0.07 | 0 | 0.44 | 0.27 | 70.12 | 0.38 | 0.57 |
| Hex | AD | BB | 68 | 7 | 0 | 2C | 1B | 46 | 26 | 39 |
| Octal | 255 | 273 | 150 | 7 | 0 | 54 | 33 | 106 | 46 | 71 |
| Binary | 10101101 | 10111011 | 1101000 | 111 | 0 | 101100 | 11011 | 1000110 | 100110 | 111001 |
Color Harmonies of #ADBB68
Complementary color
Monochromatic Colors of #ADBB68
Black with #ADBB68
Text Example
Text Example
White with #ADBB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB68; }
p { color: rgb(173,187,104); }
H1.HeaderClassName
{
color: #ADBB68;
}
.AnyTagClassName
{
color: #ADBB68;
}
</style>
background-color css
<style>
a { background-color: #ADBB68; }
a { background-color: rgb(173,187,104); }
div.DivClassName
{
background-color: #ADBB68;
}
.BgClassName
{
background-color: #ADBB68;
}
</style>
border-color css
<style>
span { border-color: #ADBB68; }
span { border-color: rgb(173,187,104); }
td.TdClassName
{
border-color: #ADBB68;
}
.TagClassName
{
border-color: #ADBB68;
}
</style>