Shades of Olive Green #ADB16C
Tints of Olive Green #ADB16C
RGB
CMYK
RGB Variations
Color information
#ADB16C (or 0xADB16C) is known color: Olive Green. HEX triplet: AD, B1 and 6C. RGB value is (173,177,108). Sum of RGB (Red+Green+Blue) = 173+177+108=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB16C is #524E93. Grayscale: #A8A8A8. Windows color (decimal): -5394068 or 7123373. OLE color: 7123373.
HSL color Cylindrical-coordinate representation of color #ADB16C: hue angle of 63.48º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADB16C is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 108 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.31 |
| HSL | 63.48º | 0.31% | 0.56% | - |
| HSV(B) | 63.48º | 0.39% | 0.69% | - |
| XYZ | 35.66 | 41.41 | 20.3 | - |
| YUV | 167.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 108 | 0.02 | 0 | 0.39 | 0.31 | 63.48 | 0.31 | 0.56 |
| Hex | AD | B1 | 6C | 2 | 0 | 27 | 1F | 3F | 1F | 38 |
| Octal | 255 | 261 | 154 | 2 | 0 | 47 | 37 | 77 | 37 | 70 |
| Binary | 10101101 | 10110001 | 1101100 | 10 | 0 | 100111 | 11111 | 111111 | 11111 | 111000 |
Color Harmonies of #ADB16C
Complementary color
Monochromatic Colors of #ADB16C
Black with #ADB16C
Text Example
Text Example
White with #ADB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB16C; }
p { color: rgb(173,177,108); }
H1.HeaderClassName
{
color: #ADB16C;
}
.AnyTagClassName
{
color: #ADB16C;
}
</style>
background-color css
<style>
a { background-color: #ADB16C; }
a { background-color: rgb(173,177,108); }
div.DivClassName
{
background-color: #ADB16C;
}
.BgClassName
{
background-color: #ADB16C;
}
</style>
border-color css
<style>
span { border-color: #ADB16C; }
span { border-color: rgb(173,177,108); }
td.TdClassName
{
border-color: #ADB16C;
}
.TagClassName
{
border-color: #ADB16C;
}
</style>