Shades of Olive Green #ADB45D
Tints of Olive Green #ADB45D
RGB
CMYK
RGB Variations
Color information
#ADB45D (or 0xADB45D) is known color: Olive Green. HEX triplet: AD, B4 and 5D. RGB value is (173,180,93). Sum of RGB (Red+Green+Blue) = 173+180+93=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB45D is #524BA2. Grayscale: #A8A8A8. Windows color (decimal): -5393315 or 6141101. OLE color: 6141101.
HSL color Cylindrical-coordinate representation of color #ADB45D: hue angle of 64.83º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADB45D is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 93 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.29 |
| HSL | 64.83º | 0.37% | 0.54% | - |
| HSV(B) | 64.83º | 0.48% | 0.71% | - |
| XYZ | 35.53 | 42.32 | 16.65 | - |
| YUV | 167.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 93 | 0.04 | 0 | 0.48 | 0.29 | 64.83 | 0.37 | 0.54 |
| Hex | AD | B4 | 5D | 4 | 0 | 30 | 1D | 41 | 25 | 36 |
| Octal | 255 | 264 | 135 | 4 | 0 | 60 | 35 | 101 | 45 | 66 |
| Binary | 10101101 | 10110100 | 1011101 | 100 | 0 | 110000 | 11101 | 1000001 | 100101 | 110110 |
Color Harmonies of #ADB45D
Complementary color
Monochromatic Colors of #ADB45D
Black with #ADB45D
Text Example
Text Example
White with #ADB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB45D; }
p { color: rgb(173,180,93); }
H1.HeaderClassName
{
color: #ADB45D;
}
.AnyTagClassName
{
color: #ADB45D;
}
</style>
background-color css
<style>
a { background-color: #ADB45D; }
a { background-color: rgb(173,180,93); }
div.DivClassName
{
background-color: #ADB45D;
}
.BgClassName
{
background-color: #ADB45D;
}
</style>
border-color css
<style>
span { border-color: #ADB45D; }
span { border-color: rgb(173,180,93); }
td.TdClassName
{
border-color: #ADB45D;
}
.TagClassName
{
border-color: #ADB45D;
}
</style>