#6B7060

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

Shades of Willow Grove #6B7060

Tints of Willow Grove #6B7060

Color information

#6B7060 (or 0x6B7060) is unknown color: approx Willow Grove. HEX triplet: 6B, 70 and 60. RGB value is (107,112,96). Sum of RGB (Red+Green+Blue) = 107+112+96=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7060 is #948F9F. Grayscale: #6C6C6C. Windows color (decimal): -9736096 or 6320235. OLE color: 6320235.

HSL color Cylindrical-coordinate representation of color #6B7060: hue angle of 78.75º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B7060 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB10711296-
CMYK0.0400.140.56
HSL78.75º7.69%40.78%-
HSV(B)78.75º14.29%43.92%-
XYZ13.9715.5613.33-
YUV108.68120.84126.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.97%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=33.97%
G=35.56%
B=30.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107112960.0400.140.5678.757.6940.78
Hex6B706040E384f829
Octal1531601404016701171051
Binary1101011111000011000001000111011100010011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,112,96); }

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

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

 a { background-color: rgb(107,112,96); }

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

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

 span { border-color: rgb(107,112,96); }

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