#6A7560

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

Shades of Willow Grove #6A7560

Tints of Willow Grove #6A7560

Color information

#6A7560 (or 0x6A7560) is unknown color: approx Willow Grove. HEX triplet: 6A, 75 and 60. RGB value is (106,117,96). Sum of RGB (Red+Green+Blue) = 106+117+96=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #6A7560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7560 is #958A9F. Grayscale: #6F6F6F. Windows color (decimal): -9800352 or 6321514. OLE color: 6321514.

HSL color Cylindrical-coordinate representation of color #6A7560: hue angle of 91.43º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A7560 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB10611796-
CMYK0.0900.180.54
HSL91.43º9.86%41.76%-
HSV(B)91.43º17.95%45.88%-
XYZ14.4216.6313.52-
YUV111.32119.36124.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.23%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=33.23%
G=36.68%
B=30.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106117960.0900.180.5491.439.8641.76
Hex6A75609012365ba2a
Octal15216514011022661331252
Binary110101011101011100000100101001011011010110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,117,96); }

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

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

 a { background-color: rgb(106,117,96); }

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

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

 span { border-color: rgb(106,117,96); }

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