#6A745B

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

Shades of Willow Grove #6A745B

Tints of Willow Grove #6A745B

Color information

#6A745B (or 0x6A745B) is unknown color: approx Willow Grove. HEX triplet: 6A, 74 and 5B. RGB value is (106,116,91). Sum of RGB (Red+Green+Blue) = 106+116+91=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 116 - color contains mainly: green. Hex color #6A745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A745B is #958BA4. Grayscale: #6E6E6E. Windows color (decimal): -9800613 or 5993578. OLE color: 5993578.

HSL color Cylindrical-coordinate representation of color #6A745B: hue angle of 84º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A745B is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB10611691-
CMYK0.0900.220.55
HSL84º12.08%40.59%-
HSV(B)84º21.55%45.49%-
XYZ14.0816.3112.3-
YUV110.16117.19125.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.87%
GREEN value IS 116 (45.70% from 255) = 37.06%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=33.87%
G=37.06%
B=29.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106116910.0900.220.558412.0840.59
Hex6A745B90163754c29
Octal15216413311026671241451
Binary110101011101001011011100101011011011110101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,116,91); }

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

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

 a { background-color: rgb(106,116,91); }

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

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

 span { border-color: rgb(106,116,91); }

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