#70756A

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

Shades of Willow Grove #70756A

Tints of Willow Grove #70756A

Color information

#70756A (or 0x70756A) is unknown color: approx Willow Grove. HEX triplet: 70, 75 and 6A. RGB value is (112,117,106). Sum of RGB (Red+Green+Blue) = 112+117+106=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 117 - color contains mainly: green. Hex color #70756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70756A is #8F8A95. Grayscale: #727272. Windows color (decimal): -9407126 or 6976880. OLE color: 6976880.

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

Color convert

RGB112117106-
CMYK0.0400.090.54
HSL87.27º4.93%43.73%-
HSV(B)87.27º9.4%45.88%-
XYZ15.6417.2116.13-
YUV114.25123.34126.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=33.43%
G=34.93%
B=31.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121171060.0400.090.5487.274.9343.73
Hex70756A409365752c
Octal160165152401166127554
Binary111000011101011101010100010011101101010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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