Shades of Olive Green #ADB45F
Tints of Olive Green #ADB45F
RGB
CMYK
RGB Variations
Color information
#ADB45F (or 0xADB45F) is known color: Olive Green. HEX triplet: AD, B4 and 5F. RGB value is (173,180,95). Sum of RGB (Red+Green+Blue) = 173+180+95=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB45F is #524BA0. Grayscale: #A8A8A8. Windows color (decimal): -5393313 or 6272173. OLE color: 6272173.
HSL color Cylindrical-coordinate representation of color #ADB45F: hue angle of 64.94º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADB45F is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 95 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.29 |
| HSL | 64.94º | 0.36% | 0.54% | - |
| HSV(B) | 64.94º | 0.47% | 0.71% | - |
| XYZ | 35.62 | 42.35 | 17.12 | - |
| YUV | 168.22 | 86.68 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 95 | 0.04 | 0 | 0.47 | 0.29 | 64.94 | 0.36 | 0.54 |
| Hex | AD | B4 | 5F | 4 | 0 | 2F | 1D | 41 | 24 | 36 |
| Octal | 255 | 264 | 137 | 4 | 0 | 57 | 35 | 101 | 44 | 66 |
| Binary | 10101101 | 10110100 | 1011111 | 100 | 0 | 101111 | 11101 | 1000001 | 100100 | 110110 |
Color Harmonies of #ADB45F
Complementary color
Monochromatic Colors of #ADB45F
Black with #ADB45F
Text Example
Text Example
White with #ADB45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB45F; }
p { color: rgb(173,180,95); }
H1.HeaderClassName
{
color: #ADB45F;
}
.AnyTagClassName
{
color: #ADB45F;
}
</style>
background-color css
<style>
a { background-color: #ADB45F; }
a { background-color: rgb(173,180,95); }
div.DivClassName
{
background-color: #ADB45F;
}
.BgClassName
{
background-color: #ADB45F;
}
</style>
border-color css
<style>
span { border-color: #ADB45F; }
span { border-color: rgb(173,180,95); }
td.TdClassName
{
border-color: #ADB45F;
}
.TagClassName
{
border-color: #ADB45F;
}
</style>