Shades of Olive Green #ADB76B
Tints of Olive Green #ADB76B
RGB
CMYK
RGB Variations
Color information
#ADB76B (or 0xADB76B) is known color: Olive Green. HEX triplet: AD, B7 and 6B. RGB value is (173,183,107). Sum of RGB (Red+Green+Blue) = 173+183+107=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB76B is #524894. Grayscale: #ABABAB. Windows color (decimal): -5392533 or 7059373. OLE color: 7059373.
HSL color Cylindrical-coordinate representation of color #ADB76B: hue angle of 67.89º 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 #ADB76B is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 107 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.28 |
| HSL | 67.89º | 0.35% | 0.57% | - |
| HSV(B) | 67.89º | 0.42% | 0.72% | - |
| XYZ | 36.82 | 43.81 | 20.43 | - |
| YUV | 171.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 107 | 0.05 | 0 | 0.42 | 0.28 | 67.89 | 0.35 | 0.57 |
| Hex | AD | B7 | 6B | 5 | 0 | 2A | 1C | 44 | 23 | 39 |
| Octal | 255 | 267 | 153 | 5 | 0 | 52 | 34 | 104 | 43 | 71 |
| Binary | 10101101 | 10110111 | 1101011 | 101 | 0 | 101010 | 11100 | 1000100 | 100011 | 111001 |
Color Harmonies of #ADB76B
Complementary color
Monochromatic Colors of #ADB76B
Black with #ADB76B
Text Example
Text Example
White with #ADB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB76B; }
p { color: rgb(173,183,107); }
H1.HeaderClassName
{
color: #ADB76B;
}
.AnyTagClassName
{
color: #ADB76B;
}
</style>
background-color css
<style>
a { background-color: #ADB76B; }
a { background-color: rgb(173,183,107); }
div.DivClassName
{
background-color: #ADB76B;
}
.BgClassName
{
background-color: #ADB76B;
}
</style>
border-color css
<style>
span { border-color: #ADB76B; }
span { border-color: rgb(173,183,107); }
td.TdClassName
{
border-color: #ADB76B;
}
.TagClassName
{
border-color: #ADB76B;
}
</style>