#6A785E

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

Shades of Willow Grove #6A785E

Tints of Willow Grove #6A785E

Color information

#6A785E (or 0x6A785E) is unknown color: approx Willow Grove. HEX triplet: 6A, 78 and 5E. RGB value is (106,120,94). Sum of RGB (Red+Green+Blue) = 106+120+94=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 120 - color contains mainly: green. Hex color #6A785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A785E is #9587A1. Grayscale: #707070. Windows color (decimal): -9799586 or 6191210. OLE color: 6191210.

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

Color convert

RGB10612094-
CMYK0.1200.220.53
HSL92.31º12.15%41.96%-
HSV(B)92.31º21.67%47.06%-
XYZ14.6817.3113.16-
YUV112.85117.36123.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.12%
GREEN value IS 120 (47.27% from 255) = 37.5%
BLUE value IS 94 (37.11% from 255) = 29.38%
R=33.12%
G=37.5%
B=29.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106120940.1200.220.5392.3112.1541.96
Hex6A785EC016355cc2a
Octal15217013614026651341452
Binary110101011110001011110110001011011010110111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,120,94); }

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

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

 a { background-color: rgb(106,120,94); }

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

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

 span { border-color: rgb(106,120,94); }

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