#6A765E

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

Shades of Willow Grove #6A765E

Tints of Willow Grove #6A765E

Color information

#6A765E (or 0x6A765E) is unknown color: approx Willow Grove. HEX triplet: 6A, 76 and 5E. RGB value is (106,118,94). Sum of RGB (Red+Green+Blue) = 106+118+94=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 118 - color contains mainly: green. Hex color #6A765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A765E is #9589A1. Grayscale: #6F6F6F. Windows color (decimal): -9800098 or 6190698. OLE color: 6190698.

HSL color Cylindrical-coordinate representation of color #6A765E: hue angle of 90º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A765E is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB10611894-
CMYK0.1000.200.54
HSL90º11.32%41.57%-
HSV(B)90º20.34%46.27%-
XYZ14.4416.8313.08-
YUV111.68118.02123.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.33%
GREEN value IS 118 (46.48% from 255) = 37.11%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=33.33%
G=37.11%
B=29.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106118940.1000.200.549011.3241.57
Hex6A765EA014365ab2a
Octal15216613612024661321352
Binary110101011101101011110101001010011011010110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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