Shades of Olive Green #ADB75F
Tints of Olive Green #ADB75F
RGB
CMYK
RGB Variations
Color information
#ADB75F (or 0xADB75F) is known color: Olive Green. HEX triplet: AD, B7 and 5F. RGB value is (173,183,95). Sum of RGB (Red+Green+Blue) = 173+183+95=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB75F is #5248A0. Grayscale: #AAAAAA. Windows color (decimal): -5392545 or 6272941. OLE color: 6272941.
HSL color Cylindrical-coordinate representation of color #ADB75F: hue angle of 66.82º degrees, saturation: 0.38, 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 #ADB75F is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 95 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.28 |
| HSL | 66.82º | 0.38% | 0.55% | - |
| HSV(B) | 66.82º | 0.48% | 0.72% | - |
| XYZ | 36.23 | 43.58 | 17.33 | - |
| YUV | 169.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 95 | 0.05 | 0 | 0.48 | 0.28 | 66.82 | 0.38 | 0.55 |
| Hex | AD | B7 | 5F | 5 | 0 | 30 | 1C | 43 | 26 | 37 |
| Octal | 255 | 267 | 137 | 5 | 0 | 60 | 34 | 103 | 46 | 67 |
| Binary | 10101101 | 10110111 | 1011111 | 101 | 0 | 110000 | 11100 | 1000011 | 100110 | 110111 |
Color Harmonies of #ADB75F
Complementary color
Monochromatic Colors of #ADB75F
Black with #ADB75F
Text Example
Text Example
White with #ADB75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB75F; }
p { color: rgb(173,183,95); }
H1.HeaderClassName
{
color: #ADB75F;
}
.AnyTagClassName
{
color: #ADB75F;
}
</style>
background-color css
<style>
a { background-color: #ADB75F; }
a { background-color: rgb(173,183,95); }
div.DivClassName
{
background-color: #ADB75F;
}
.BgClassName
{
background-color: #ADB75F;
}
</style>
border-color css
<style>
span { border-color: #ADB75F; }
span { border-color: rgb(173,183,95); }
td.TdClassName
{
border-color: #ADB75F;
}
.TagClassName
{
border-color: #ADB75F;
}
</style>