Shades of Dark Khaki #ADB76E
Tints of Dark Khaki #ADB76E
RGB
CMYK
RGB Variations
Color information
#ADB76E (or 0xADB76E) is known color: Dark Khaki. HEX triplet: AD, B7 and 6E. RGB value is (173,183,110). Sum of RGB (Red+Green+Blue) = 173+183+110=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB76E is #524891. Grayscale: #ABABAB. Windows color (decimal): -5392530 or 7255981. OLE color: 7255981.
HSL color Cylindrical-coordinate representation of color #ADB76E: hue angle of 68.22º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADB76E is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 110 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.28 |
| HSL | 68.22º | 0.34% | 0.57% | - |
| HSV(B) | 68.22º | 0.4% | 0.72% | - |
| XYZ | 36.98 | 43.88 | 21.27 | - |
| YUV | 171.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 110 | 0.05 | 0 | 0.40 | 0.28 | 68.22 | 0.34 | 0.57 |
| Hex | AD | B7 | 6E | 5 | 0 | 28 | 1C | 44 | 22 | 39 |
| Octal | 255 | 267 | 156 | 5 | 0 | 50 | 34 | 104 | 42 | 71 |
| Binary | 10101101 | 10110111 | 1101110 | 101 | 0 | 101000 | 11100 | 1000100 | 100010 | 111001 |
Color Harmonies of #ADB76E
Complementary color
Monochromatic Colors of #ADB76E
Black with #ADB76E
Text Example
Text Example
White with #ADB76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB76E; }
p { color: rgb(173,183,110); }
H1.HeaderClassName
{
color: #ADB76E;
}
.AnyTagClassName
{
color: #ADB76E;
}
</style>
background-color css
<style>
a { background-color: #ADB76E; }
a { background-color: rgb(173,183,110); }
div.DivClassName
{
background-color: #ADB76E;
}
.BgClassName
{
background-color: #ADB76E;
}
</style>
border-color css
<style>
span { border-color: #ADB76E; }
span { border-color: rgb(173,183,110); }
td.TdClassName
{
border-color: #ADB76E;
}
.TagClassName
{
border-color: #ADB76E;
}
</style>