Shades of Olive Green #ADB361
Tints of Olive Green #ADB361
RGB
CMYK
RGB Variations
Color information
#ADB361 (or 0xADB361) is known color: Olive Green. HEX triplet: AD, B3 and 61. RGB value is (173,179,97). Sum of RGB (Red+Green+Blue) = 173+179+97=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB361 is #524C9E. Grayscale: #A8A8A8. Windows color (decimal): -5393567 or 6402989. OLE color: 6402989.
HSL color Cylindrical-coordinate representation of color #ADB361: hue angle of 64.39º degrees, saturation: 0.35, 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 #ADB361 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 97 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.30 |
| HSL | 64.39º | 0.35% | 0.54% | - |
| HSV(B) | 64.39º | 0.46% | 0.7% | - |
| XYZ | 35.51 | 41.99 | 17.54 | - |
| YUV | 167.86 | 88.01 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 97 | 0.03 | 0 | 0.46 | 0.30 | 64.39 | 0.35 | 0.54 |
| Hex | AD | B3 | 61 | 3 | 0 | 2E | 1E | 40 | 23 | 36 |
| Octal | 255 | 263 | 141 | 3 | 0 | 56 | 36 | 100 | 43 | 66 |
| Binary | 10101101 | 10110011 | 1100001 | 11 | 0 | 101110 | 11110 | 1000000 | 100011 | 110110 |
Color Harmonies of #ADB361
Complementary color
Monochromatic Colors of #ADB361
Black with #ADB361
Text Example
Text Example
White with #ADB361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB361; }
p { color: rgb(173,179,97); }
H1.HeaderClassName
{
color: #ADB361;
}
.AnyTagClassName
{
color: #ADB361;
}
</style>
background-color css
<style>
a { background-color: #ADB361; }
a { background-color: rgb(173,179,97); }
div.DivClassName
{
background-color: #ADB361;
}
.BgClassName
{
background-color: #ADB361;
}
</style>
border-color css
<style>
span { border-color: #ADB361; }
span { border-color: rgb(173,179,97); }
td.TdClassName
{
border-color: #ADB361;
}
.TagClassName
{
border-color: #ADB361;
}
</style>