Shades of Olive Green #ADB864
Tints of Olive Green #ADB864
RGB
CMYK
RGB Variations
Color information
#ADB864 (or 0xADB864) is known color: Olive Green. HEX triplet: AD, B8 and 64. RGB value is (173,184,100). Sum of RGB (Red+Green+Blue) = 173+184+100=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB864 is #52479B. Grayscale: #ABABAB. Windows color (decimal): -5392284 or 6600877. OLE color: 6600877.
HSL color Cylindrical-coordinate representation of color #ADB864: hue angle of 67.86º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADB864 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 100 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.28 |
| HSL | 67.86º | 0.37% | 0.56% | - |
| HSV(B) | 67.86º | 0.46% | 0.72% | - |
| XYZ | 36.67 | 44.09 | 18.63 | - |
| YUV | 171.14 | 87.86 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 100 | 0.06 | 0 | 0.46 | 0.28 | 67.86 | 0.37 | 0.56 |
| Hex | AD | B8 | 64 | 6 | 0 | 2E | 1C | 44 | 25 | 38 |
| Octal | 255 | 270 | 144 | 6 | 0 | 56 | 34 | 104 | 45 | 70 |
| Binary | 10101101 | 10111000 | 1100100 | 110 | 0 | 101110 | 11100 | 1000100 | 100101 | 111000 |
Color Harmonies of #ADB864
Complementary color
Monochromatic Colors of #ADB864
Black with #ADB864
Text Example
Text Example
White with #ADB864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB864; }
p { color: rgb(173,184,100); }
H1.HeaderClassName
{
color: #ADB864;
}
.AnyTagClassName
{
color: #ADB864;
}
</style>
background-color css
<style>
a { background-color: #ADB864; }
a { background-color: rgb(173,184,100); }
div.DivClassName
{
background-color: #ADB864;
}
.BgClassName
{
background-color: #ADB864;
}
</style>
border-color css
<style>
span { border-color: #ADB864; }
span { border-color: rgb(173,184,100); }
td.TdClassName
{
border-color: #ADB864;
}
.TagClassName
{
border-color: #ADB864;
}
</style>