Shades of Olive Green #ADB86B
Tints of Olive Green #ADB86B
RGB
CMYK
RGB Variations
Color information
#ADB86B (or 0xADB86B) is known color: Olive Green. HEX triplet: AD, B8 and 6B. RGB value is (173,184,107). Sum of RGB (Red+Green+Blue) = 173+184+107=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB86B is #524794. Grayscale: #ACACAC. Windows color (decimal): -5392277 or 7059629. OLE color: 7059629.
HSL color Cylindrical-coordinate representation of color #ADB86B: hue angle of 68.57º 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 #ADB86B is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 107 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.28 |
| HSL | 68.57º | 0.35% | 0.57% | - |
| HSV(B) | 68.57º | 0.42% | 0.72% | - |
| XYZ | 37.03 | 44.23 | 20.49 | - |
| YUV | 171.93 | 91.36 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 107 | 0.06 | 0 | 0.42 | 0.28 | 68.57 | 0.35 | 0.57 |
| Hex | AD | B8 | 6B | 6 | 0 | 2A | 1C | 45 | 23 | 39 |
| Octal | 255 | 270 | 153 | 6 | 0 | 52 | 34 | 105 | 43 | 71 |
| Binary | 10101101 | 10111000 | 1101011 | 110 | 0 | 101010 | 11100 | 1000101 | 100011 | 111001 |
Color Harmonies of #ADB86B
Complementary color
Monochromatic Colors of #ADB86B
Black with #ADB86B
Text Example
Text Example
White with #ADB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB86B; }
p { color: rgb(173,184,107); }
H1.HeaderClassName
{
color: #ADB86B;
}
.AnyTagClassName
{
color: #ADB86B;
}
</style>
background-color css
<style>
a { background-color: #ADB86B; }
a { background-color: rgb(173,184,107); }
div.DivClassName
{
background-color: #ADB86B;
}
.BgClassName
{
background-color: #ADB86B;
}
</style>
border-color css
<style>
span { border-color: #ADB86B; }
span { border-color: rgb(173,184,107); }
td.TdClassName
{
border-color: #ADB86B;
}
.TagClassName
{
border-color: #ADB86B;
}
</style>