Shades of Olive Green #ADB85E
Tints of Olive Green #ADB85E
RGB
CMYK
RGB Variations
Color information
#ADB85E (or 0xADB85E) is known color: Olive Green. HEX triplet: AD, B8 and 5E. RGB value is (173,184,94). Sum of RGB (Red+Green+Blue) = 173+184+94=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB85E is #5247A1. Grayscale: #AAAAAA. Windows color (decimal): -5392290 or 6207661. OLE color: 6207661.
HSL color Cylindrical-coordinate representation of color #ADB85E: hue angle of 67.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADB85E is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 94 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.28 |
| HSL | 67.33º | 0.39% | 0.55% | - |
| HSV(B) | 67.33º | 0.49% | 0.72% | - |
| XYZ | 36.39 | 43.97 | 17.16 | - |
| YUV | 170.45 | 84.86 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 94 | 0.06 | 0 | 0.49 | 0.28 | 67.33 | 0.39 | 0.55 |
| Hex | AD | B8 | 5E | 6 | 0 | 31 | 1C | 43 | 27 | 37 |
| Octal | 255 | 270 | 136 | 6 | 0 | 61 | 34 | 103 | 47 | 67 |
| Binary | 10101101 | 10111000 | 1011110 | 110 | 0 | 110001 | 11100 | 1000011 | 100111 | 110111 |
Color Harmonies of #ADB85E
Complementary color
Monochromatic Colors of #ADB85E
Black with #ADB85E
Text Example
Text Example
White with #ADB85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB85E; }
p { color: rgb(173,184,94); }
H1.HeaderClassName
{
color: #ADB85E;
}
.AnyTagClassName
{
color: #ADB85E;
}
</style>
background-color css
<style>
a { background-color: #ADB85E; }
a { background-color: rgb(173,184,94); }
div.DivClassName
{
background-color: #ADB85E;
}
.BgClassName
{
background-color: #ADB85E;
}
</style>
border-color css
<style>
span { border-color: #ADB85E; }
span { border-color: rgb(173,184,94); }
td.TdClassName
{
border-color: #ADB85E;
}
.TagClassName
{
border-color: #ADB85E;
}
</style>