Shades of Olive Green #ADB86A
Tints of Olive Green #ADB86A
RGB
CMYK
RGB Variations
Color information
#ADB86A (or 0xADB86A) is known color: Olive Green. HEX triplet: AD, B8 and 6A. RGB value is (173,184,106). Sum of RGB (Red+Green+Blue) = 173+184+106=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB86A is #524795. Grayscale: #ACACAC. Windows color (decimal): -5392278 or 6994093. OLE color: 6994093.
HSL color Cylindrical-coordinate representation of color #ADB86A: hue angle of 68.46º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADB86A is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 106 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.28 |
| HSL | 68.46º | 0.35% | 0.57% | - |
| HSV(B) | 68.46º | 0.42% | 0.72% | - |
| XYZ | 36.98 | 44.21 | 20.22 | - |
| YUV | 171.82 | 90.86 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 106 | 0.06 | 0 | 0.42 | 0.28 | 68.46 | 0.35 | 0.57 |
| Hex | AD | B8 | 6A | 6 | 0 | 2A | 1C | 44 | 23 | 39 |
| Octal | 255 | 270 | 152 | 6 | 0 | 52 | 34 | 104 | 43 | 71 |
| Binary | 10101101 | 10111000 | 1101010 | 110 | 0 | 101010 | 11100 | 1000100 | 100011 | 111001 |
Color Harmonies of #ADB86A
Complementary color
Monochromatic Colors of #ADB86A
Black with #ADB86A
Text Example
Text Example
White with #ADB86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB86A; }
p { color: rgb(173,184,106); }
H1.HeaderClassName
{
color: #ADB86A;
}
.AnyTagClassName
{
color: #ADB86A;
}
</style>
background-color css
<style>
a { background-color: #ADB86A; }
a { background-color: rgb(173,184,106); }
div.DivClassName
{
background-color: #ADB86A;
}
.BgClassName
{
background-color: #ADB86A;
}
</style>
border-color css
<style>
span { border-color: #ADB86A; }
span { border-color: rgb(173,184,106); }
td.TdClassName
{
border-color: #ADB86A;
}
.TagClassName
{
border-color: #ADB86A;
}
</style>