#ADB76F

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

Shades of Dark Khaki #ADB76F

Tints of Dark Khaki #ADB76F

Color information

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

RGB173183111-
CMYK0.0500.390.28
HSL68.33º33.33%57.65%-
HSV(B)68.33º39.34%71.76%-
XYZ37.0443.921.56-
YUV171.893.69128.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 111 (43.75% from 255) = 23.77%
R=37.04%
G=39.19%
B=23.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731831110.0500.390.2868.3333.3357.65
HexADB76F50271C44213a
Octal2552671575047341044172
Binary101011011011011111011111010100111111001000100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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