#707569

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

Shades of Willow Grove #707569

Tints of Willow Grove #707569

Color information

#707569 (or 0x707569) is unknown color: approx Willow Grove. HEX triplet: 70, 75 and 69. RGB value is (112,117,105). Sum of RGB (Red+Green+Blue) = 112+117+105=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 117 - color contains mainly: green. Hex color #707569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707569 is #8F8A96. Grayscale: #727272. Windows color (decimal): -9407127 or 6911344. OLE color: 6911344.

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

Color convert

RGB112117105-
CMYK0.0400.100.54
HSL85º5.41%43.53%-
HSV(B)85º10.26%45.88%-
XYZ15.5917.1915.86-
YUV114.14122.84126.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 117 (46.09% from 255) = 35.03%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=33.53%
G=35.03%
B=31.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121171050.0400.100.54855.4143.53
Hex70756940A365552c
Octal160165151401266125554
Binary111000011101011101001100010101101101010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707569; }

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

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

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

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

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

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

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

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