Shades of Olive Green #ADAB67
Tints of Olive Green #ADAB67
RGB
CMYK
RGB Variations
Color information
#ADAB67 (or 0xADAB67) is known color: Olive Green. HEX triplet: AD, AB and 67. RGB value is (173,171,103). Sum of RGB (Red+Green+Blue) = 173+171+103=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB67 is #525498. Grayscale: #A4A4A4. Windows color (decimal): -5395609 or 6794157. OLE color: 6794157.
HSL color Cylindrical-coordinate representation of color #ADAB67: hue angle of 58.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADAB67 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 103 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.32 |
| HSL | 58.29º | 0.3% | 0.54% | - |
| HSV(B) | 58.29º | 0.4% | 0.68% | - |
| XYZ | 34.24 | 38.99 | 18.55 | - |
| YUV | 163.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 103 | 0 | 0.01 | 0.40 | 0.32 | 58.29 | 0.3 | 0.54 |
| Hex | AD | AB | 67 | 0 | 1 | 28 | 20 | 3A | 1E | 36 |
| Octal | 255 | 253 | 147 | 0 | 1 | 50 | 40 | 72 | 36 | 66 |
| Binary | 10101101 | 10101011 | 1100111 | 0 | 1 | 101000 | 100000 | 111010 | 11110 | 110110 |
Color Harmonies of #ADAB67
Complementary color
Monochromatic Colors of #ADAB67
Black with #ADAB67
Text Example
Text Example
White with #ADAB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB67; }
p { color: rgb(173,171,103); }
H1.HeaderClassName
{
color: #ADAB67;
}
.AnyTagClassName
{
color: #ADAB67;
}
</style>
background-color css
<style>
a { background-color: #ADAB67; }
a { background-color: rgb(173,171,103); }
div.DivClassName
{
background-color: #ADAB67;
}
.BgClassName
{
background-color: #ADAB67;
}
</style>
border-color css
<style>
span { border-color: #ADAB67; }
span { border-color: rgb(173,171,103); }
td.TdClassName
{
border-color: #ADAB67;
}
.TagClassName
{
border-color: #ADAB67;
}
</style>