#6D785F

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

Shades of Willow Grove #6D785F

Tints of Willow Grove #6D785F

Color information

#6D785F (or 0x6D785F) is unknown color: approx Willow Grove. HEX triplet: 6D, 78 and 5F. RGB value is (109,120,95). Sum of RGB (Red+Green+Blue) = 109+120+95=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 120 - color contains mainly: green. Hex color #6D785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D785F is #9287A0. Grayscale: #717171. Windows color (decimal): -9602977 or 6256749. OLE color: 6256749.

HSL color Cylindrical-coordinate representation of color #6D785F: hue angle of 86.4º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D785F is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB10912095-
CMYK0.0900.210.53
HSL86.4º11.63%42.16%-
HSV(B)86.4º20.83%47.06%-
XYZ15.0917.5113.41-
YUV113.86117.36124.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.64%
GREEN value IS 120 (47.27% from 255) = 37.04%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=33.64%
G=37.04%
B=29.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109120950.0900.210.5386.411.6342.16
Hex6D785F90153556c2a
Octal15517013711025651261452
Binary110110111110001011111100101010111010110101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,120,95); }

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

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

 a { background-color: rgb(109,120,95); }

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

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

 span { border-color: rgb(109,120,95); }

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