#6E7D5D

Color #6E7D5D Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #6E7D5D

Tints of Willow Grove #6E7D5D

Color information

#6E7D5D (or 0x6E7D5D) is unknown color: approx Willow Grove. HEX triplet: 6E, 7D and 5D. RGB value is (110,125,93). Sum of RGB (Red+Green+Blue) = 110+125+93=328 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.54% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 125 - color contains mainly: green. Hex color #6E7D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7D5D is #9182A2. Grayscale: #747474. Windows color (decimal): -9536163 or 6126958. OLE color: 6126958.

HSL color Cylindrical-coordinate representation of color #6E7D5D: hue angle of 88.12º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E7D5D is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB11012593-
CMYK0.1200.260.51
HSL88.12º14.68%42.75%-
HSV(B)88.12º25.6%49.02%-
XYZ15.7418.7713.15-
YUV116.87114.53123.1-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.54%
GREEN value IS 125 (49.22% from 255) = 38.11%
BLUE value IS 93 (36.72% from 255) = 28.35%
R=33.54%
G=38.11%
B=28.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal110125930.1200.260.5188.1214.6842.75
Hex6E7D5DC01A3358f2b
Octal15617513514032631301753
Binary110111011111011011101110001101011001110110001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E7D5D; }

 p { color: rgb(110,125,93); }

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

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

 a { background-color: rgb(110,125,93); }

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

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

 span { border-color: rgb(110,125,93); }

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