Shades of Olive Green #ADB162
Tints of Olive Green #ADB162
RGB
CMYK
RGB Variations
Color information
#ADB162 (or 0xADB162) is known color: Olive Green. HEX triplet: AD, B1 and 62. RGB value is (173,177,98). Sum of RGB (Red+Green+Blue) = 173+177+98=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB162 is #524E9D. Grayscale: #A7A7A7. Windows color (decimal): -5394078 or 6468013. OLE color: 6468013.
HSL color Cylindrical-coordinate representation of color #ADB162: hue angle of 63.04º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADB162 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 98 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.31 |
| HSL | 63.04º | 0.34% | 0.54% | - |
| HSV(B) | 63.04º | 0.45% | 0.69% | - |
| XYZ | 35.16 | 41.21 | 17.66 | - |
| YUV | 166.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 98 | 0.02 | 0 | 0.45 | 0.31 | 63.04 | 0.34 | 0.54 |
| Hex | AD | B1 | 62 | 2 | 0 | 2D | 1F | 3F | 22 | 36 |
| Octal | 255 | 261 | 142 | 2 | 0 | 55 | 37 | 77 | 42 | 66 |
| Binary | 10101101 | 10110001 | 1100010 | 10 | 0 | 101101 | 11111 | 111111 | 100010 | 110110 |
Color Harmonies of #ADB162
Complementary color
Monochromatic Colors of #ADB162
Black with #ADB162
Text Example
Text Example
White with #ADB162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB162; }
p { color: rgb(173,177,98); }
H1.HeaderClassName
{
color: #ADB162;
}
.AnyTagClassName
{
color: #ADB162;
}
</style>
background-color css
<style>
a { background-color: #ADB162; }
a { background-color: rgb(173,177,98); }
div.DivClassName
{
background-color: #ADB162;
}
.BgClassName
{
background-color: #ADB162;
}
</style>
border-color css
<style>
span { border-color: #ADB162; }
span { border-color: rgb(173,177,98); }
td.TdClassName
{
border-color: #ADB162;
}
.TagClassName
{
border-color: #ADB162;
}
</style>