Shades of Olive Green #ADB96A
Tints of Olive Green #ADB96A
RGB
CMYK
RGB Variations
Color information
#ADB96A (or 0xADB96A) is known color: Olive Green. HEX triplet: AD, B9 and 6A. RGB value is (173,185,106). Sum of RGB (Red+Green+Blue) = 173+185+106=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB96A is #524695. Grayscale: #ACACAC. Windows color (decimal): -5392022 or 6994349. OLE color: 6994349.
HSL color Cylindrical-coordinate representation of color #ADB96A: hue angle of 69.11º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADB96A is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 106 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.27 |
| HSL | 69.11º | 0.36% | 0.57% | - |
| HSV(B) | 69.11º | 0.43% | 0.73% | - |
| XYZ | 37.18 | 44.62 | 20.29 | - |
| YUV | 172.41 | 90.52 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 106 | 0.06 | 0 | 0.43 | 0.27 | 69.11 | 0.36 | 0.57 |
| Hex | AD | B9 | 6A | 6 | 0 | 2B | 1B | 45 | 24 | 39 |
| Octal | 255 | 271 | 152 | 6 | 0 | 53 | 33 | 105 | 44 | 71 |
| Binary | 10101101 | 10111001 | 1101010 | 110 | 0 | 101011 | 11011 | 1000101 | 100100 | 111001 |
Color Harmonies of #ADB96A
Complementary color
Monochromatic Colors of #ADB96A
Black with #ADB96A
Text Example
Text Example
White with #ADB96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB96A; }
p { color: rgb(173,185,106); }
H1.HeaderClassName
{
color: #ADB96A;
}
.AnyTagClassName
{
color: #ADB96A;
}
</style>
background-color css
<style>
a { background-color: #ADB96A; }
a { background-color: rgb(173,185,106); }
div.DivClassName
{
background-color: #ADB96A;
}
.BgClassName
{
background-color: #ADB96A;
}
</style>
border-color css
<style>
span { border-color: #ADB96A; }
span { border-color: rgb(173,185,106); }
td.TdClassName
{
border-color: #ADB96A;
}
.TagClassName
{
border-color: #ADB96A;
}
</style>