Shades of Olive Green #ADB351
Tints of Olive Green #ADB351
RGB
CMYK
RGB Variations
Color information
#ADB351 (or 0xADB351) is known color: Olive Green. HEX triplet: AD, B3 and 51. RGB value is (173,179,81). Sum of RGB (Red+Green+Blue) = 173+179+81=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB351 is #524CAE. Grayscale: #A6A6A6. Windows color (decimal): -5393583 or 5354413. OLE color: 5354413.
HSL color Cylindrical-coordinate representation of color #ADB351: hue angle of 63.67º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADB351 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 81 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.30 |
| HSL | 63.67º | 0.39% | 0.51% | - |
| HSV(B) | 63.67º | 0.55% | 0.7% | - |
| XYZ | 34.84 | 41.72 | 14 | - |
| YUV | 166.03 | 80.01 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 81 | 0.03 | 0 | 0.55 | 0.30 | 63.67 | 0.39 | 0.51 |
| Hex | AD | B3 | 51 | 3 | 0 | 37 | 1E | 40 | 27 | 33 |
| Octal | 255 | 263 | 121 | 3 | 0 | 67 | 36 | 100 | 47 | 63 |
| Binary | 10101101 | 10110011 | 1010001 | 11 | 0 | 110111 | 11110 | 1000000 | 100111 | 110011 |
Color Harmonies of #ADB351
Complementary color
Monochromatic Colors of #ADB351
Black with #ADB351
Text Example
Text Example
White with #ADB351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB351; }
p { color: rgb(173,179,81); }
H1.HeaderClassName
{
color: #ADB351;
}
.AnyTagClassName
{
color: #ADB351;
}
</style>
background-color css
<style>
a { background-color: #ADB351; }
a { background-color: rgb(173,179,81); }
div.DivClassName
{
background-color: #ADB351;
}
.BgClassName
{
background-color: #ADB351;
}
</style>
border-color css
<style>
span { border-color: #ADB351; }
span { border-color: rgb(173,179,81); }
td.TdClassName
{
border-color: #ADB351;
}
.TagClassName
{
border-color: #ADB351;
}
</style>