#6F7768

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

Shades of Willow Grove #6F7768

Tints of Willow Grove #6F7768

Color information

#6F7768 (or 0x6F7768) is unknown color: approx Willow Grove. HEX triplet: 6F, 77 and 68. RGB value is (111,119,104). Sum of RGB (Red+Green+Blue) = 111+119+104=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 119 - color contains mainly: green. Hex color #6F7768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7768 is #908897. Grayscale: #727272. Windows color (decimal): -9472152 or 6846319. OLE color: 6846319.

HSL color Cylindrical-coordinate representation of color #6F7768: hue angle of 92º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F7768 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB111119104-
CMYK0.0700.130.53
HSL92º6.73%43.73%-
HSV(B)92º12.61%46.67%-
XYZ15.6517.5715.66-
YUV114.9121.85125.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.23%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=33.23%
G=35.63%
B=31.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1111191040.0700.130.53926.7343.73
Hex6F776870D355c72c
Octal157167150701565134754
Binary110111111101111101000111011011101011011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,119,104); }

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

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

 a { background-color: rgb(111,119,104); }

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

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

 span { border-color: rgb(111,119,104); }

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