Shades of Olive Green #ADB359
Tints of Olive Green #ADB359
RGB
CMYK
RGB Variations
Color information
#ADB359 (or 0xADB359) is known color: Olive Green. HEX triplet: AD, B3 and 59. RGB value is (173,179,89). Sum of RGB (Red+Green+Blue) = 173+179+89=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB359 is #524CA6. Grayscale: #A7A7A7. Windows color (decimal): -5393575 or 5878701. OLE color: 5878701.
HSL color Cylindrical-coordinate representation of color #ADB359: hue angle of 64º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADB359 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 89 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.30 |
| HSL | 64º | 0.37% | 0.53% | - |
| HSV(B) | 64º | 0.5% | 0.7% | - |
| XYZ | 35.16 | 41.85 | 15.68 | - |
| YUV | 166.95 | 84.01 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 89 | 0.03 | 0 | 0.50 | 0.30 | 64 | 0.37 | 0.53 |
| Hex | AD | B3 | 59 | 3 | 0 | 32 | 1E | 40 | 25 | 35 |
| Octal | 255 | 263 | 131 | 3 | 0 | 62 | 36 | 100 | 45 | 65 |
| Binary | 10101101 | 10110011 | 1011001 | 11 | 0 | 110010 | 11110 | 1000000 | 100101 | 110101 |
Color Harmonies of #ADB359
Complementary color
Monochromatic Colors of #ADB359
Black with #ADB359
Text Example
Text Example
White with #ADB359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB359; }
p { color: rgb(173,179,89); }
H1.HeaderClassName
{
color: #ADB359;
}
.AnyTagClassName
{
color: #ADB359;
}
</style>
background-color css
<style>
a { background-color: #ADB359; }
a { background-color: rgb(173,179,89); }
div.DivClassName
{
background-color: #ADB359;
}
.BgClassName
{
background-color: #ADB359;
}
</style>
border-color css
<style>
span { border-color: #ADB359; }
span { border-color: rgb(173,179,89); }
td.TdClassName
{
border-color: #ADB359;
}
.TagClassName
{
border-color: #ADB359;
}
</style>