Shades of Olive Green #ADB95E
Tints of Olive Green #ADB95E
RGB
CMYK
RGB Variations
Color information
#ADB95E (or 0xADB95E) is known color: Olive Green. HEX triplet: AD, B9 and 5E. RGB value is (173,185,94). Sum of RGB (Red+Green+Blue) = 173+185+94=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB95E is #5246A1. Grayscale: #ABABAB. Windows color (decimal): -5392034 or 6207917. OLE color: 6207917.
HSL color Cylindrical-coordinate representation of color #ADB95E: hue angle of 67.91º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADB95E is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 94 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.27 |
| HSL | 67.91º | 0.39% | 0.55% | - |
| HSV(B) | 67.91º | 0.49% | 0.73% | - |
| XYZ | 36.6 | 44.39 | 17.23 | - |
| YUV | 171.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 94 | 0.06 | 0 | 0.49 | 0.27 | 67.91 | 0.39 | 0.55 |
| Hex | AD | B9 | 5E | 6 | 0 | 31 | 1B | 44 | 27 | 37 |
| Octal | 255 | 271 | 136 | 6 | 0 | 61 | 33 | 104 | 47 | 67 |
| Binary | 10101101 | 10111001 | 1011110 | 110 | 0 | 110001 | 11011 | 1000100 | 100111 | 110111 |
Color Harmonies of #ADB95E
Complementary color
Monochromatic Colors of #ADB95E
Black with #ADB95E
Text Example
Text Example
White with #ADB95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB95E; }
p { color: rgb(173,185,94); }
H1.HeaderClassName
{
color: #ADB95E;
}
.AnyTagClassName
{
color: #ADB95E;
}
</style>
background-color css
<style>
a { background-color: #ADB95E; }
a { background-color: rgb(173,185,94); }
div.DivClassName
{
background-color: #ADB95E;
}
.BgClassName
{
background-color: #ADB95E;
}
</style>
border-color css
<style>
span { border-color: #ADB95E; }
span { border-color: rgb(173,185,94); }
td.TdClassName
{
border-color: #ADB95E;
}
.TagClassName
{
border-color: #ADB95E;
}
</style>