#6B745B

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

Shades of Willow Grove #6B745B

Tints of Willow Grove #6B745B

Color information

#6B745B (or 0x6B745B) is unknown color: approx Willow Grove. HEX triplet: 6B, 74 and 5B. RGB value is (107,116,91). Sum of RGB (Red+Green+Blue) = 107+116+91=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 116 - color contains mainly: green. Hex color #6B745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B745B is #948BA4. Grayscale: #6E6E6E. Windows color (decimal): -9735077 or 5993579. OLE color: 5993579.

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

Color convert

RGB10711691-
CMYK0.0800.220.55
HSL81.6º12.08%40.59%-
HSV(B)81.6º21.55%45.49%-
XYZ14.216.3712.31-
YUV110.46117.02125.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.08%
GREEN value IS 116 (45.70% from 255) = 36.94%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=34.08%
G=36.94%
B=28.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107116910.0800.220.5581.612.0840.59
Hex6B745B80163752c29
Octal15316413310026671221451
Binary110101111101001011011100001011011011110100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,116,91); }

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

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

 a { background-color: rgb(107,116,91); }

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

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

 span { border-color: rgb(107,116,91); }

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