Shades of Olive Green #ADB75B
Tints of Olive Green #ADB75B
RGB
CMYK
RGB Variations
Color information
#ADB75B (or 0xADB75B) is known color: Olive Green. HEX triplet: AD, B7 and 5B. RGB value is (173,183,91). Sum of RGB (Red+Green+Blue) = 173+183+91=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB75B is #5248A4. Grayscale: #A9A9A9. Windows color (decimal): -5392549 or 6010797. OLE color: 6010797.
HSL color Cylindrical-coordinate representation of color #ADB75B: hue angle of 66.52º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADB75B is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 91 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.28 |
| HSL | 66.52º | 0.39% | 0.54% | - |
| HSV(B) | 66.52º | 0.5% | 0.72% | - |
| XYZ | 36.06 | 43.51 | 16.39 | - |
| YUV | 169.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 91 | 0.05 | 0 | 0.50 | 0.28 | 66.52 | 0.39 | 0.54 |
| Hex | AD | B7 | 5B | 5 | 0 | 32 | 1C | 43 | 27 | 36 |
| Octal | 255 | 267 | 133 | 5 | 0 | 62 | 34 | 103 | 47 | 66 |
| Binary | 10101101 | 10110111 | 1011011 | 101 | 0 | 110010 | 11100 | 1000011 | 100111 | 110110 |
Color Harmonies of #ADB75B
Complementary color
Monochromatic Colors of #ADB75B
Black with #ADB75B
Text Example
Text Example
White with #ADB75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB75B; }
p { color: rgb(173,183,91); }
H1.HeaderClassName
{
color: #ADB75B;
}
.AnyTagClassName
{
color: #ADB75B;
}
</style>
background-color css
<style>
a { background-color: #ADB75B; }
a { background-color: rgb(173,183,91); }
div.DivClassName
{
background-color: #ADB75B;
}
.BgClassName
{
background-color: #ADB75B;
}
</style>
border-color css
<style>
span { border-color: #ADB75B; }
span { border-color: rgb(173,183,91); }
td.TdClassName
{
border-color: #ADB75B;
}
.TagClassName
{
border-color: #ADB75B;
}
</style>