#6A7761

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

Shades of Willow Grove #6A7761

Tints of Willow Grove #6A7761

Color information

#6A7761 (or 0x6A7761) is unknown color: approx Willow Grove. HEX triplet: 6A, 77 and 61. RGB value is (106,119,97). Sum of RGB (Red+Green+Blue) = 106+119+97=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 119 - color contains mainly: green. Hex color #6A7761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7761 is #95889E. Grayscale: #707070. Windows color (decimal): -9799839 or 6387562. OLE color: 6387562.

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

Color convert

RGB10611997-
CMYK0.1100.180.53
HSL95.45º10.19%42.35%-
HSV(B)95.45º18.49%46.67%-
XYZ14.717.1213.84-
YUV112.6119.19123.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.92%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=32.92%
G=36.96%
B=30.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106119970.1100.180.5395.4510.1942.35
Hex6A7761B012355fa2a
Octal15216714113022651371252
Binary110101011101111100001101101001011010110111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,119,97); }

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

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

 a { background-color: rgb(106,119,97); }

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

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

 span { border-color: rgb(106,119,97); }

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