Shades of Olive Green #ADB85B
Tints of Olive Green #ADB85B
RGB
CMYK
RGB Variations
Color information
#ADB85B (or 0xADB85B) is known color: Olive Green. HEX triplet: AD, B8 and 5B. RGB value is (173,184,91). Sum of RGB (Red+Green+Blue) = 173+184+91=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB85B is #5247A4. Grayscale: #AAAAAA. Windows color (decimal): -5392293 or 6011053. OLE color: 6011053.
HSL color Cylindrical-coordinate representation of color #ADB85B: hue angle of 67.1º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADB85B is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 91 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.28 |
| HSL | 67.1º | 0.4% | 0.54% | - |
| HSV(B) | 67.1º | 0.51% | 0.72% | - |
| XYZ | 36.26 | 43.92 | 16.46 | - |
| YUV | 170.11 | 83.36 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 91 | 0.06 | 0 | 0.51 | 0.28 | 67.1 | 0.4 | 0.54 |
| Hex | AD | B8 | 5B | 6 | 0 | 33 | 1C | 43 | 28 | 36 |
| Octal | 255 | 270 | 133 | 6 | 0 | 63 | 34 | 103 | 50 | 66 |
| Binary | 10101101 | 10111000 | 1011011 | 110 | 0 | 110011 | 11100 | 1000011 | 101000 | 110110 |
Color Harmonies of #ADB85B
Complementary color
Monochromatic Colors of #ADB85B
Black with #ADB85B
Text Example
Text Example
White with #ADB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB85B; }
p { color: rgb(173,184,91); }
H1.HeaderClassName
{
color: #ADB85B;
}
.AnyTagClassName
{
color: #ADB85B;
}
</style>
background-color css
<style>
a { background-color: #ADB85B; }
a { background-color: rgb(173,184,91); }
div.DivClassName
{
background-color: #ADB85B;
}
.BgClassName
{
background-color: #ADB85B;
}
</style>
border-color css
<style>
span { border-color: #ADB85B; }
span { border-color: rgb(173,184,91); }
td.TdClassName
{
border-color: #ADB85B;
}
.TagClassName
{
border-color: #ADB85B;
}
</style>