Shades of Olive Green #ADB661
Tints of Olive Green #ADB661
RGB
CMYK
RGB Variations
Color information
#ADB661 (or 0xADB661) is known color: Olive Green. HEX triplet: AD, B6 and 61. RGB value is (173,182,97). Sum of RGB (Red+Green+Blue) = 173+182+97=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB661 is #52499E. Grayscale: #A9A9A9. Windows color (decimal): -5392799 or 6403757. OLE color: 6403757.
HSL color Cylindrical-coordinate representation of color #ADB661: hue angle of 66.35º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADB661 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 97 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.29 |
| HSL | 66.35º | 0.37% | 0.55% | - |
| HSV(B) | 66.35º | 0.47% | 0.71% | - |
| XYZ | 36.12 | 43.2 | 17.74 | - |
| YUV | 169.62 | 87.02 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 97 | 0.05 | 0 | 0.47 | 0.29 | 66.35 | 0.37 | 0.55 |
| Hex | AD | B6 | 61 | 5 | 0 | 2F | 1D | 42 | 25 | 37 |
| Octal | 255 | 266 | 141 | 5 | 0 | 57 | 35 | 102 | 45 | 67 |
| Binary | 10101101 | 10110110 | 1100001 | 101 | 0 | 101111 | 11101 | 1000010 | 100101 | 110111 |
Color Harmonies of #ADB661
Complementary color
Monochromatic Colors of #ADB661
Black with #ADB661
Text Example
Text Example
White with #ADB661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB661; }
p { color: rgb(173,182,97); }
H1.HeaderClassName
{
color: #ADB661;
}
.AnyTagClassName
{
color: #ADB661;
}
</style>
background-color css
<style>
a { background-color: #ADB661; }
a { background-color: rgb(173,182,97); }
div.DivClassName
{
background-color: #ADB661;
}
.BgClassName
{
background-color: #ADB661;
}
</style>
border-color css
<style>
span { border-color: #ADB661; }
span { border-color: rgb(173,182,97); }
td.TdClassName
{
border-color: #ADB661;
}
.TagClassName
{
border-color: #ADB661;
}
</style>