Shades of Olive Green #ADB161
Tints of Olive Green #ADB161
RGB
CMYK
RGB Variations
Color information
#ADB161 (or 0xADB161) is known color: Olive Green. HEX triplet: AD, B1 and 61. RGB value is (173,177,97). Sum of RGB (Red+Green+Blue) = 173+177+97=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB161 is #524E9E. Grayscale: #A6A6A6. Windows color (decimal): -5394079 or 6402477. OLE color: 6402477.
HSL color Cylindrical-coordinate representation of color #ADB161: hue angle of 63º 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 #ADB161 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 97 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.31 |
| HSL | 63º | 0.34% | 0.54% | - |
| HSV(B) | 63º | 0.45% | 0.69% | - |
| XYZ | 35.11 | 41.19 | 17.41 | - |
| YUV | 166.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 97 | 0.02 | 0 | 0.45 | 0.31 | 63 | 0.34 | 0.54 |
| Hex | AD | B1 | 61 | 2 | 0 | 2D | 1F | 3F | 22 | 36 |
| Octal | 255 | 261 | 141 | 2 | 0 | 55 | 37 | 77 | 42 | 66 |
| Binary | 10101101 | 10110001 | 1100001 | 10 | 0 | 101101 | 11111 | 111111 | 100010 | 110110 |
Color Harmonies of #ADB161
Complementary color
Monochromatic Colors of #ADB161
Black with #ADB161
Text Example
Text Example
White with #ADB161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB161; }
p { color: rgb(173,177,97); }
H1.HeaderClassName
{
color: #ADB161;
}
.AnyTagClassName
{
color: #ADB161;
}
</style>
background-color css
<style>
a { background-color: #ADB161; }
a { background-color: rgb(173,177,97); }
div.DivClassName
{
background-color: #ADB161;
}
.BgClassName
{
background-color: #ADB161;
}
</style>
border-color css
<style>
span { border-color: #ADB161; }
span { border-color: rgb(173,177,97); }
td.TdClassName
{
border-color: #ADB161;
}
.TagClassName
{
border-color: #ADB161;
}
</style>