Shades of Olive Green #ADB967
Tints of Olive Green #ADB967
RGB
CMYK
RGB Variations
Color information
#ADB967 (or 0xADB967) is known color: Olive Green. HEX triplet: AD, B9 and 67. RGB value is (173,185,103). Sum of RGB (Red+Green+Blue) = 173+185+103=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB967 is #524698. Grayscale: #ACACAC. Windows color (decimal): -5392025 or 6797741. OLE color: 6797741.
HSL color Cylindrical-coordinate representation of color #ADB967: hue angle of 68.78º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADB967 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 103 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.27 |
| HSL | 68.78º | 0.37% | 0.56% | - |
| HSV(B) | 68.78º | 0.44% | 0.73% | - |
| XYZ | 37.03 | 44.56 | 19.48 | - |
| YUV | 172.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 103 | 0.06 | 0 | 0.44 | 0.27 | 68.78 | 0.37 | 0.56 |
| Hex | AD | B9 | 67 | 6 | 0 | 2C | 1B | 45 | 25 | 38 |
| Octal | 255 | 271 | 147 | 6 | 0 | 54 | 33 | 105 | 45 | 70 |
| Binary | 10101101 | 10111001 | 1100111 | 110 | 0 | 101100 | 11011 | 1000101 | 100101 | 111000 |
Color Harmonies of #ADB967
Complementary color
Monochromatic Colors of #ADB967
Black with #ADB967
Text Example
Text Example
White with #ADB967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB967; }
p { color: rgb(173,185,103); }
H1.HeaderClassName
{
color: #ADB967;
}
.AnyTagClassName
{
color: #ADB967;
}
</style>
background-color css
<style>
a { background-color: #ADB967; }
a { background-color: rgb(173,185,103); }
div.DivClassName
{
background-color: #ADB967;
}
.BgClassName
{
background-color: #ADB967;
}
</style>
border-color css
<style>
span { border-color: #ADB967; }
span { border-color: rgb(173,185,103); }
td.TdClassName
{
border-color: #ADB967;
}
.TagClassName
{
border-color: #ADB967;
}
</style>