Shades of Olive Green #ADB261
Tints of Olive Green #ADB261
RGB
CMYK
RGB Variations
Color information
#ADB261 (or 0xADB261) is known color: Olive Green. HEX triplet: AD, B2 and 61. RGB value is (173,178,97). Sum of RGB (Red+Green+Blue) = 173+178+97=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB261 is #524D9E. Grayscale: #A7A7A7. Windows color (decimal): -5393823 or 6402733. OLE color: 6402733.
HSL color Cylindrical-coordinate representation of color #ADB261: hue angle of 63.7º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADB261 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 97 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.30 |
| HSL | 63.7º | 0.34% | 0.54% | - |
| HSV(B) | 63.7º | 0.46% | 0.7% | - |
| XYZ | 35.31 | 41.59 | 17.48 | - |
| YUV | 167.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 97 | 0.03 | 0 | 0.46 | 0.30 | 63.7 | 0.34 | 0.54 |
| Hex | AD | B2 | 61 | 3 | 0 | 2E | 1E | 40 | 22 | 36 |
| Octal | 255 | 262 | 141 | 3 | 0 | 56 | 36 | 100 | 42 | 66 |
| Binary | 10101101 | 10110010 | 1100001 | 11 | 0 | 101110 | 11110 | 1000000 | 100010 | 110110 |
Color Harmonies of #ADB261
Complementary color
Monochromatic Colors of #ADB261
Black with #ADB261
Text Example
Text Example
White with #ADB261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB261; }
p { color: rgb(173,178,97); }
H1.HeaderClassName
{
color: #ADB261;
}
.AnyTagClassName
{
color: #ADB261;
}
</style>
background-color css
<style>
a { background-color: #ADB261; }
a { background-color: rgb(173,178,97); }
div.DivClassName
{
background-color: #ADB261;
}
.BgClassName
{
background-color: #ADB261;
}
</style>
border-color css
<style>
span { border-color: #ADB261; }
span { border-color: rgb(173,178,97); }
td.TdClassName
{
border-color: #ADB261;
}
.TagClassName
{
border-color: #ADB261;
}
</style>