Shades of Dark Khaki #ADB76F
Tints of Dark Khaki #ADB76F
RGB
CMYK
RGB Variations
Color information
#ADB76F (or 0xADB76F) is known color: Dark Khaki. HEX triplet: AD, B7 and 6F. RGB value is (173,183,111). Sum of RGB (Red+Green+Blue) = 173+183+111=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB76F is #524890. Grayscale: #ACACAC. Windows color (decimal): -5392529 or 7321517. OLE color: 7321517.
HSL color Cylindrical-coordinate representation of color #ADB76F: hue angle of 68.33º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADB76F is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 111 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.28 |
| HSL | 68.33º | 0.33% | 0.58% | - |
| HSV(B) | 68.33º | 0.39% | 0.72% | - |
| XYZ | 37.04 | 43.9 | 21.56 | - |
| YUV | 171.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 111 | 0.05 | 0 | 0.39 | 0.28 | 68.33 | 0.33 | 0.58 |
| Hex | AD | B7 | 6F | 5 | 0 | 27 | 1C | 44 | 21 | 3A |
| Octal | 255 | 267 | 157 | 5 | 0 | 47 | 34 | 104 | 41 | 72 |
| Binary | 10101101 | 10110111 | 1101111 | 101 | 0 | 100111 | 11100 | 1000100 | 100001 | 111010 |
Color Harmonies of #ADB76F
Complementary color
Monochromatic Colors of #ADB76F
Black with #ADB76F
Text Example
Text Example
White with #ADB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB76F; }
p { color: rgb(173,183,111); }
H1.HeaderClassName
{
color: #ADB76F;
}
.AnyTagClassName
{
color: #ADB76F;
}
</style>
background-color css
<style>
a { background-color: #ADB76F; }
a { background-color: rgb(173,183,111); }
div.DivClassName
{
background-color: #ADB76F;
}
.BgClassName
{
background-color: #ADB76F;
}
</style>
border-color css
<style>
span { border-color: #ADB76F; }
span { border-color: rgb(173,183,111); }
td.TdClassName
{
border-color: #ADB76F;
}
.TagClassName
{
border-color: #ADB76F;
}
</style>