Shades of Olive Green #ADB75A
Tints of Olive Green #ADB75A
RGB
CMYK
RGB Variations
Color information
#ADB75A (or 0xADB75A) is known color: Olive Green. HEX triplet: AD, B7 and 5A. RGB value is (173,183,90). Sum of RGB (Red+Green+Blue) = 173+183+90=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB75A is #5248A5. Grayscale: #A9A9A9. Windows color (decimal): -5392550 or 5945261. OLE color: 5945261.
HSL color Cylindrical-coordinate representation of color #ADB75A: hue angle of 66.45º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADB75A is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 90 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.28 |
| HSL | 66.45º | 0.39% | 0.54% | - |
| HSV(B) | 66.45º | 0.51% | 0.72% | - |
| XYZ | 36.01 | 43.49 | 16.17 | - |
| YUV | 169.41 | 83.19 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 90 | 0.05 | 0 | 0.51 | 0.28 | 66.45 | 0.39 | 0.54 |
| Hex | AD | B7 | 5A | 5 | 0 | 33 | 1C | 42 | 27 | 36 |
| Octal | 255 | 267 | 132 | 5 | 0 | 63 | 34 | 102 | 47 | 66 |
| Binary | 10101101 | 10110111 | 1011010 | 101 | 0 | 110011 | 11100 | 1000010 | 100111 | 110110 |
Color Harmonies of #ADB75A
Complementary color
Monochromatic Colors of #ADB75A
Black with #ADB75A
Text Example
Text Example
White with #ADB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB75A; }
p { color: rgb(173,183,90); }
H1.HeaderClassName
{
color: #ADB75A;
}
.AnyTagClassName
{
color: #ADB75A;
}
</style>
background-color css
<style>
a { background-color: #ADB75A; }
a { background-color: rgb(173,183,90); }
div.DivClassName
{
background-color: #ADB75A;
}
.BgClassName
{
background-color: #ADB75A;
}
</style>
border-color css
<style>
span { border-color: #ADB75A; }
span { border-color: rgb(173,183,90); }
td.TdClassName
{
border-color: #ADB75A;
}
.TagClassName
{
border-color: #ADB75A;
}
</style>