Shades of Olive Green #ADB668
Tints of Olive Green #ADB668
RGB
CMYK
RGB Variations
Color information
#ADB668 (or 0xADB668) is known color: Olive Green. HEX triplet: AD, B6 and 68. RGB value is (173,182,104). Sum of RGB (Red+Green+Blue) = 173+182+104=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB668 is #524997. Grayscale: #AAAAAA. Windows color (decimal): -5392792 or 6862509. OLE color: 6862509.
HSL color Cylindrical-coordinate representation of color #ADB668: hue angle of 66.92º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADB668 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 104 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.29 |
| HSL | 66.92º | 0.35% | 0.56% | - |
| HSV(B) | 66.92º | 0.43% | 0.71% | - |
| XYZ | 36.46 | 43.34 | 19.54 | - |
| YUV | 170.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 104 | 0.05 | 0 | 0.43 | 0.29 | 66.92 | 0.35 | 0.56 |
| Hex | AD | B6 | 68 | 5 | 0 | 2B | 1D | 43 | 23 | 38 |
| Octal | 255 | 266 | 150 | 5 | 0 | 53 | 35 | 103 | 43 | 70 |
| Binary | 10101101 | 10110110 | 1101000 | 101 | 0 | 101011 | 11101 | 1000011 | 100011 | 111000 |
Color Harmonies of #ADB668
Complementary color
Monochromatic Colors of #ADB668
Black with #ADB668
Text Example
Text Example
White with #ADB668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB668; }
p { color: rgb(173,182,104); }
H1.HeaderClassName
{
color: #ADB668;
}
.AnyTagClassName
{
color: #ADB668;
}
</style>
background-color css
<style>
a { background-color: #ADB668; }
a { background-color: rgb(173,182,104); }
div.DivClassName
{
background-color: #ADB668;
}
.BgClassName
{
background-color: #ADB668;
}
</style>
border-color css
<style>
span { border-color: #ADB668; }
span { border-color: rgb(173,182,104); }
td.TdClassName
{
border-color: #ADB668;
}
.TagClassName
{
border-color: #ADB668;
}
</style>