Shades of Olive Green #ADB069
Tints of Olive Green #ADB069
RGB
CMYK
RGB Variations
Color information
#ADB069 (or 0xADB069) is known color: Olive Green. HEX triplet: AD, B0 and 69. RGB value is (173,176,105). Sum of RGB (Red+Green+Blue) = 173+176+105=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB069 is #524F96. Grayscale: #A7A7A7. Windows color (decimal): -5394327 or 6926509. OLE color: 6926509.
HSL color Cylindrical-coordinate representation of color #ADB069: hue angle of 62.54º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADB069 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 105 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.31 |
| HSL | 62.54º | 0.31% | 0.55% | - |
| HSV(B) | 62.54º | 0.4% | 0.69% | - |
| XYZ | 35.31 | 40.95 | 19.41 | - |
| YUV | 167.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 105 | 0.02 | 0 | 0.40 | 0.31 | 62.54 | 0.31 | 0.55 |
| Hex | AD | B0 | 69 | 2 | 0 | 28 | 1F | 3F | 1F | 37 |
| Octal | 255 | 260 | 151 | 2 | 0 | 50 | 37 | 77 | 37 | 67 |
| Binary | 10101101 | 10110000 | 1101001 | 10 | 0 | 101000 | 11111 | 111111 | 11111 | 110111 |
Color Harmonies of #ADB069
Complementary color
Monochromatic Colors of #ADB069
Black with #ADB069
Text Example
Text Example
White with #ADB069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB069; }
p { color: rgb(173,176,105); }
H1.HeaderClassName
{
color: #ADB069;
}
.AnyTagClassName
{
color: #ADB069;
}
</style>
background-color css
<style>
a { background-color: #ADB069; }
a { background-color: rgb(173,176,105); }
div.DivClassName
{
background-color: #ADB069;
}
.BgClassName
{
background-color: #ADB069;
}
</style>
border-color css
<style>
span { border-color: #ADB069; }
span { border-color: rgb(173,176,105); }
td.TdClassName
{
border-color: #ADB069;
}
.TagClassName
{
border-color: #ADB069;
}
</style>