#ADB76E

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

Shades of Dark Khaki #ADB76E

Tints of Dark Khaki #ADB76E

Color information

#ADB76E (or 0xADB76E) is unknown color: approx 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

RGB173183110-
CMYK0.0500.400.28
HSL68.22º33.64%57.45%-
HSV(B)68.22º39.89%71.76%-
XYZ36.9843.8821.27-
YUV171.6993.19128.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 110 (43.36% from 255) = 23.61%
R=37.12%
G=39.27%
B=23.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731831100.0500.400.2868.2233.6457.45
HexADB76E50281C442239
Octal2552671565050341044271
Binary101011011011011111011101010101000111001000100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>