#6D755D

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

Shades of Willow Grove #6D755D

Tints of Willow Grove #6D755D

Color information

#6D755D (or 0x6D755D) is unknown color: approx Willow Grove. HEX triplet: 6D, 75 and 5D. RGB value is (109,117,93). Sum of RGB (Red+Green+Blue) = 109+117+93=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #6D755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D755D is #928AA2. Grayscale: #6F6F6F. Windows color (decimal): -9603747 or 6124909. OLE color: 6124909.

HSL color Cylindrical-coordinate representation of color #6D755D: hue angle of 80º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D755D is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB10911793-
CMYK0.0700.210.54
HSL80º11.43%41.18%-
HSV(B)80º20.51%45.88%-
XYZ14.6416.7612.82-
YUV111.87117.35125.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.17%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=34.17%
G=36.68%
B=29.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109117930.0700.210.548011.4341.18
Hex6D755D70153650b29
Octal1551651357025661201351
Binary11011011110101101110111101010111011010100001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,117,93); }

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

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

 a { background-color: rgb(109,117,93); }

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

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

 span { border-color: rgb(109,117,93); }

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