#ADB66E

Color #ADB66E Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #ADB66E

Tints of Dark Khaki #ADB66E

Color information

#ADB66E (or 0xADB66E) is unknown color: approx Dark Khaki. HEX triplet: AD, B6 and 6E. RGB value is (173,182,110). Sum of RGB (Red+Green+Blue) = 173+182+110=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB66E is #524991. Grayscale: #ABABAB. Windows color (decimal): -5392786 or 7255725. OLE color: 7255725.

HSL color Cylindrical-coordinate representation of color #ADB66E: hue angle of 67.5º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADB66E is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB173182110-
CMYK0.0500.400.29
HSL67.5º33.03%57.25%-
HSV(B)67.5º39.56%71.37%-
XYZ36.7843.4721.2-
YUV171.193.52129.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 182 (71.48% from 255) = 39.14%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=37.20%
G=39.14%
B=23.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821100.0500.400.2967.533.0357.25
HexADB66E50281D442139
Octal2552661565050351044171
Binary101011011011011011011101010101000111011000100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB66E; }

 p { color: rgb(173,182,110); }

 H1.HeaderClassName
 {
   color: #ADB66E;
 }
 .AnyTagClassName
 {
   color: #ADB66E;
 }
</style>
background-color css

<style>
 a { background-color: #ADB66E; }

 a { background-color: rgb(173,182,110); }

 div.DivClassName
 {
   background-color: #ADB66E;
 }
 .BgClassName
 {
   background-color: #ADB66E;
 }
</style>
border-color css

<style>
 span { border-color: #ADB66E; }

 span { border-color: rgb(173,182,110); }

 td.TdClassName
 {
   border-color: #ADB66E;
 }
 .TagClassName
 {
   border-color: #ADB66E;
 }
</style>