Shades of Olive Green #ADB362
Tints of Olive Green #ADB362
RGB
CMYK
RGB Variations
Color information
#ADB362 (or 0xADB362) is known color: Olive Green. HEX triplet: AD, B3 and 62. RGB value is (173,179,98). Sum of RGB (Red+Green+Blue) = 173+179+98=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB362 is #524C9D. Grayscale: #A8A8A8. Windows color (decimal): -5393566 or 6468525. OLE color: 6468525.
HSL color Cylindrical-coordinate representation of color #ADB362: hue angle of 64.44º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADB362 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 98 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.30 |
| HSL | 64.44º | 0.35% | 0.54% | - |
| HSV(B) | 64.44º | 0.45% | 0.7% | - |
| XYZ | 35.56 | 42.01 | 17.79 | - |
| YUV | 167.97 | 88.51 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 98 | 0.03 | 0 | 0.45 | 0.30 | 64.44 | 0.35 | 0.54 |
| Hex | AD | B3 | 62 | 3 | 0 | 2D | 1E | 40 | 23 | 36 |
| Octal | 255 | 263 | 142 | 3 | 0 | 55 | 36 | 100 | 43 | 66 |
| Binary | 10101101 | 10110011 | 1100010 | 11 | 0 | 101101 | 11110 | 1000000 | 100011 | 110110 |
Color Harmonies of #ADB362
Complementary color
Monochromatic Colors of #ADB362
Black with #ADB362
Text Example
Text Example
White with #ADB362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB362; }
p { color: rgb(173,179,98); }
H1.HeaderClassName
{
color: #ADB362;
}
.AnyTagClassName
{
color: #ADB362;
}
</style>
background-color css
<style>
a { background-color: #ADB362; }
a { background-color: rgb(173,179,98); }
div.DivClassName
{
background-color: #ADB362;
}
.BgClassName
{
background-color: #ADB362;
}
</style>
border-color css
<style>
span { border-color: #ADB362; }
span { border-color: rgb(173,179,98); }
td.TdClassName
{
border-color: #ADB362;
}
.TagClassName
{
border-color: #ADB362;
}
</style>