#70746A

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

Shades of Willow Grove #70746A

Tints of Willow Grove #70746A

Color information

#70746A (or 0x70746A) is unknown color: approx Willow Grove. HEX triplet: 70, 74 and 6A. RGB value is (112,116,106). Sum of RGB (Red+Green+Blue) = 112+116+106=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 116 - color contains mainly: green. Hex color #70746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70746A is #8F8B95. Grayscale: #717171. Windows color (decimal): -9407382 or 6976624. OLE color: 6976624.

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

Color convert

RGB112116106-
CMYK0.0300.090.55
HSL84º4.5%43.53%-
HSV(B)84º8.62%45.49%-
XYZ15.5316.9816.09-
YUV113.66123.67126.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 116 (45.70% from 255) = 34.73%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=33.53%
G=34.73%
B=31.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121161060.0300.090.55844.543.53
Hex70746A309375452c
Octal160164152301167124554
Binary11100001110100110101011010011101111010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70746A; }

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

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

<style>
 a { background-color: #70746A; }

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

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

<style>
 span { border-color: #70746A; }

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

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