Shades of Olive Green #ADB353
Tints of Olive Green #ADB353
RGB
CMYK
RGB Variations
Color information
#ADB353 (or 0xADB353) is known color: Olive Green. HEX triplet: AD, B3 and 53. RGB value is (173,179,83). Sum of RGB (Red+Green+Blue) = 173+179+83=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB353 is #524CAC. Grayscale: #A6A6A6. Windows color (decimal): -5393581 or 5485485. OLE color: 5485485.
HSL color Cylindrical-coordinate representation of color #ADB353: hue angle of 63.75º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADB353 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 83 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.30 |
| HSL | 63.75º | 0.39% | 0.51% | - |
| HSV(B) | 63.75º | 0.54% | 0.7% | - |
| XYZ | 34.92 | 41.75 | 14.4 | - |
| YUV | 166.26 | 81.01 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 83 | 0.03 | 0 | 0.54 | 0.30 | 63.75 | 0.39 | 0.51 |
| Hex | AD | B3 | 53 | 3 | 0 | 36 | 1E | 40 | 27 | 33 |
| Octal | 255 | 263 | 123 | 3 | 0 | 66 | 36 | 100 | 47 | 63 |
| Binary | 10101101 | 10110011 | 1010011 | 11 | 0 | 110110 | 11110 | 1000000 | 100111 | 110011 |
Color Harmonies of #ADB353
Complementary color
Monochromatic Colors of #ADB353
Black with #ADB353
Text Example
Text Example
White with #ADB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB353; }
p { color: rgb(173,179,83); }
H1.HeaderClassName
{
color: #ADB353;
}
.AnyTagClassName
{
color: #ADB353;
}
</style>
background-color css
<style>
a { background-color: #ADB353; }
a { background-color: rgb(173,179,83); }
div.DivClassName
{
background-color: #ADB353;
}
.BgClassName
{
background-color: #ADB353;
}
</style>
border-color css
<style>
span { border-color: #ADB353; }
span { border-color: rgb(173,179,83); }
td.TdClassName
{
border-color: #ADB353;
}
.TagClassName
{
border-color: #ADB353;
}
</style>