#6E7269

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

Shades of Willow Grove #6E7269

Tints of Willow Grove #6E7269

Color information

#6E7269 (or 0x6E7269) is unknown color: approx Willow Grove. HEX triplet: 6E, 72 and 69. RGB value is (110,114,105). Sum of RGB (Red+Green+Blue) = 110+114+105=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 114 - color contains mainly: green. Hex color #6E7269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7269 is #918D96. Grayscale: #6F6F6F. Windows color (decimal): -9538967 or 6910574. OLE color: 6910574.

HSL color Cylindrical-coordinate representation of color #6E7269: hue angle of 86.67º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6E7269 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB110114105-
CMYK0.0400.080.55
HSL86.67º4.11%42.94%-
HSV(B)86.67º7.89%44.71%-
XYZ1516.3715.73-
YUV111.78124.17126.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.43%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=33.43%
G=34.65%
B=31.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1101141050.0400.080.5586.674.1142.94
Hex6E7269408375742b
Octal156162151401067127453
Binary110111011100101101001100010001101111010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,114,105); }

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

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

 a { background-color: rgb(110,114,105); }

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

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

 span { border-color: rgb(110,114,105); }

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