Shades of Olive Green #ADAC67
Tints of Olive Green #ADAC67
RGB
CMYK
RGB Variations
Color information
#ADAC67 (or 0xADAC67) is known color: Olive Green. HEX triplet: AD, AC and 67. RGB value is (173,172,103). Sum of RGB (Red+Green+Blue) = 173+172+103=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 103 (40.62% from 255 or 22.99% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC67 is #525398. Grayscale: #A4A4A4. Windows color (decimal): -5395353 or 6794413. OLE color: 6794413.
HSL color Cylindrical-coordinate representation of color #ADAC67: hue angle of 59.14º 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 #ADAC67 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 103 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.32 |
| HSL | 59.14º | 0.3% | 0.54% | - |
| HSV(B) | 59.14º | 0.4% | 0.68% | - |
| XYZ | 34.43 | 39.37 | 18.62 | - |
| YUV | 164.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 103 | 0 | 0.01 | 0.40 | 0.32 | 59.14 | 0.3 | 0.54 |
| Hex | AD | AC | 67 | 0 | 1 | 28 | 20 | 3B | 1E | 36 |
| Octal | 255 | 254 | 147 | 0 | 1 | 50 | 40 | 73 | 36 | 66 |
| Binary | 10101101 | 10101100 | 1100111 | 0 | 1 | 101000 | 100000 | 111011 | 11110 | 110110 |
Color Harmonies of #ADAC67
Complementary color
Monochromatic Colors of #ADAC67
Black with #ADAC67
Text Example
Text Example
White with #ADAC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC67; }
p { color: rgb(173,172,103); }
H1.HeaderClassName
{
color: #ADAC67;
}
.AnyTagClassName
{
color: #ADAC67;
}
</style>
background-color css
<style>
a { background-color: #ADAC67; }
a { background-color: rgb(173,172,103); }
div.DivClassName
{
background-color: #ADAC67;
}
.BgClassName
{
background-color: #ADAC67;
}
</style>
border-color css
<style>
span { border-color: #ADAC67; }
span { border-color: rgb(173,172,103); }
td.TdClassName
{
border-color: #ADAC67;
}
.TagClassName
{
border-color: #ADAC67;
}
</style>