#6F7365

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

Shades of Willow Grove #6F7365

Tints of Willow Grove #6F7365

Color information

#6F7365 (or 0x6F7365) is unknown color: approx Willow Grove. HEX triplet: 6F, 73 and 65. RGB value is (111,115,101). Sum of RGB (Red+Green+Blue) = 111+115+101=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7365 is #908C9A. Grayscale: #707070. Windows color (decimal): -9473179 or 6648687. OLE color: 6648687.

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

Color convert

RGB111115101-
CMYK0.0300.120.55
HSL77.14º6.48%42.35%-
HSV(B)77.14º12.17%45.1%-
XYZ15.0416.5814.72-
YUV112.21121.67127.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.94%
GREEN value IS 115 (45.31% from 255) = 35.17%
BLUE value IS 101 (39.84% from 255) = 30.89%
R=33.94%
G=35.17%
B=30.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1111151010.0300.120.5577.146.4842.35
Hex6F736530C374d62a
Octal157163145301467115652
Binary11011111110011110010111011001101111001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,115,101); }

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

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

 a { background-color: rgb(111,115,101); }

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

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

 span { border-color: rgb(111,115,101); }

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