Shades of Olive Green #ADB85F
Tints of Olive Green #ADB85F
RGB
CMYK
RGB Variations
Color information
#ADB85F (or 0xADB85F) is known color: Olive Green. HEX triplet: AD, B8 and 5F. RGB value is (173,184,95). Sum of RGB (Red+Green+Blue) = 173+184+95=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB85F is #5247A0. Grayscale: #AAAAAA. Windows color (decimal): -5392289 or 6273197. OLE color: 6273197.
HSL color Cylindrical-coordinate representation of color #ADB85F: hue angle of 67.42º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADB85F is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 95 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.28 |
| HSL | 67.42º | 0.39% | 0.55% | - |
| HSV(B) | 67.42º | 0.48% | 0.72% | - |
| XYZ | 36.44 | 43.99 | 17.4 | - |
| YUV | 170.57 | 85.36 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 95 | 0.06 | 0 | 0.48 | 0.28 | 67.42 | 0.39 | 0.55 |
| Hex | AD | B8 | 5F | 6 | 0 | 30 | 1C | 43 | 27 | 37 |
| Octal | 255 | 270 | 137 | 6 | 0 | 60 | 34 | 103 | 47 | 67 |
| Binary | 10101101 | 10111000 | 1011111 | 110 | 0 | 110000 | 11100 | 1000011 | 100111 | 110111 |
Color Harmonies of #ADB85F
Complementary color
Monochromatic Colors of #ADB85F
Black with #ADB85F
Text Example
Text Example
White with #ADB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB85F; }
p { color: rgb(173,184,95); }
H1.HeaderClassName
{
color: #ADB85F;
}
.AnyTagClassName
{
color: #ADB85F;
}
</style>
background-color css
<style>
a { background-color: #ADB85F; }
a { background-color: rgb(173,184,95); }
div.DivClassName
{
background-color: #ADB85F;
}
.BgClassName
{
background-color: #ADB85F;
}
</style>
border-color css
<style>
span { border-color: #ADB85F; }
span { border-color: rgb(173,184,95); }
td.TdClassName
{
border-color: #ADB85F;
}
.TagClassName
{
border-color: #ADB85F;
}
</style>