Shades of Olive Green #ADB76D
Tints of Olive Green #ADB76D
RGB
CMYK
RGB Variations
Color information
#ADB76D (or 0xADB76D) is known color: Olive Green. HEX triplet: AD, B7 and 6D. RGB value is (173,183,109). Sum of RGB (Red+Green+Blue) = 173+183+109=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB76D is #524892. Grayscale: #ABABAB. Windows color (decimal): -5392531 or 7190445. OLE color: 7190445.
HSL color Cylindrical-coordinate representation of color #ADB76D: hue angle of 68.11º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADB76D is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 109 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.28 |
| HSL | 68.11º | 0.34% | 0.57% | - |
| HSV(B) | 68.11º | 0.4% | 0.72% | - |
| XYZ | 36.93 | 43.86 | 20.99 | - |
| YUV | 171.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 109 | 0.05 | 0 | 0.40 | 0.28 | 68.11 | 0.34 | 0.57 |
| Hex | AD | B7 | 6D | 5 | 0 | 28 | 1C | 44 | 22 | 39 |
| Octal | 255 | 267 | 155 | 5 | 0 | 50 | 34 | 104 | 42 | 71 |
| Binary | 10101101 | 10110111 | 1101101 | 101 | 0 | 101000 | 11100 | 1000100 | 100010 | 111001 |
Color Harmonies of #ADB76D
Complementary color
Monochromatic Colors of #ADB76D
Black with #ADB76D
Text Example
Text Example
White with #ADB76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB76D; }
p { color: rgb(173,183,109); }
H1.HeaderClassName
{
color: #ADB76D;
}
.AnyTagClassName
{
color: #ADB76D;
}
</style>
background-color css
<style>
a { background-color: #ADB76D; }
a { background-color: rgb(173,183,109); }
div.DivClassName
{
background-color: #ADB76D;
}
.BgClassName
{
background-color: #ADB76D;
}
</style>
border-color css
<style>
span { border-color: #ADB76D; }
span { border-color: rgb(173,183,109); }
td.TdClassName
{
border-color: #ADB76D;
}
.TagClassName
{
border-color: #ADB76D;
}
</style>