Shades of Olive Green #ADB169
Tints of Olive Green #ADB169
RGB
CMYK
RGB Variations
Color information
#ADB169 (or 0xADB169) is known color: Olive Green. HEX triplet: AD, B1 and 69. RGB value is (173,177,105). Sum of RGB (Red+Green+Blue) = 173+177+105=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB169 is #524E96. Grayscale: #A7A7A7. Windows color (decimal): -5394071 or 6926765. OLE color: 6926765.
HSL color Cylindrical-coordinate representation of color #ADB169: hue angle of 63.33º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADB169 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 105 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.31 |
| HSL | 63.33º | 0.32% | 0.55% | - |
| HSV(B) | 63.33º | 0.41% | 0.69% | - |
| XYZ | 35.51 | 41.35 | 19.47 | - |
| YUV | 167.6 | 92.67 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 105 | 0.02 | 0 | 0.41 | 0.31 | 63.33 | 0.32 | 0.55 |
| Hex | AD | B1 | 69 | 2 | 0 | 29 | 1F | 3F | 20 | 37 |
| Octal | 255 | 261 | 151 | 2 | 0 | 51 | 37 | 77 | 40 | 67 |
| Binary | 10101101 | 10110001 | 1101001 | 10 | 0 | 101001 | 11111 | 111111 | 100000 | 110111 |
Color Harmonies of #ADB169
Complementary color
Monochromatic Colors of #ADB169
Black with #ADB169
Text Example
Text Example
White with #ADB169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB169; }
p { color: rgb(173,177,105); }
H1.HeaderClassName
{
color: #ADB169;
}
.AnyTagClassName
{
color: #ADB169;
}
</style>
background-color css
<style>
a { background-color: #ADB169; }
a { background-color: rgb(173,177,105); }
div.DivClassName
{
background-color: #ADB169;
}
.BgClassName
{
background-color: #ADB169;
}
</style>
border-color css
<style>
span { border-color: #ADB169; }
span { border-color: rgb(173,177,105); }
td.TdClassName
{
border-color: #ADB169;
}
.TagClassName
{
border-color: #ADB169;
}
</style>