Shades of Olive Green #ADB150
Tints of Olive Green #ADB150
RGB
CMYK
RGB Variations
Color information
#ADB150 (or 0xADB150) is known color: Olive Green. HEX triplet: AD, B1 and 50. RGB value is (173,177,80). Sum of RGB (Red+Green+Blue) = 173+177+80=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB150 is #524EAF. Grayscale: #A5A5A5. Windows color (decimal): -5394096 or 5288365. OLE color: 5288365.
HSL color Cylindrical-coordinate representation of color #ADB150: hue angle of 62.47º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADB150 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 80 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.31 |
| HSL | 62.47º | 0.38% | 0.5% | - |
| HSV(B) | 62.47º | 0.55% | 0.69% | - |
| XYZ | 34.4 | 40.91 | 13.67 | - |
| YUV | 164.75 | 80.17 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 80 | 0.02 | 0 | 0.55 | 0.31 | 62.47 | 0.38 | 0.5 |
| Hex | AD | B1 | 50 | 2 | 0 | 37 | 1F | 3E | 26 | 32 |
| Octal | 255 | 261 | 120 | 2 | 0 | 67 | 37 | 76 | 46 | 62 |
| Binary | 10101101 | 10110001 | 1010000 | 10 | 0 | 110111 | 11111 | 111110 | 100110 | 110010 |
Color Harmonies of #ADB150
Complementary color
Monochromatic Colors of #ADB150
Black with #ADB150
Text Example
Text Example
White with #ADB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB150; }
p { color: rgb(173,177,80); }
H1.HeaderClassName
{
color: #ADB150;
}
.AnyTagClassName
{
color: #ADB150;
}
</style>
background-color css
<style>
a { background-color: #ADB150; }
a { background-color: rgb(173,177,80); }
div.DivClassName
{
background-color: #ADB150;
}
.BgClassName
{
background-color: #ADB150;
}
</style>
border-color css
<style>
span { border-color: #ADB150; }
span { border-color: rgb(173,177,80); }
td.TdClassName
{
border-color: #ADB150;
}
.TagClassName
{
border-color: #ADB150;
}
</style>