#707469

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

Shades of Willow Grove #707469

Tints of Willow Grove #707469

Color information

#707469 (or 0x707469) is unknown color: approx Willow Grove. HEX triplet: 70, 74 and 69. RGB value is (112,116,105). Sum of RGB (Red+Green+Blue) = 112+116+105=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 116 - color contains mainly: green. Hex color #707469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707469 is #8F8B96. Grayscale: #717171. Windows color (decimal): -9407383 or 6911088. OLE color: 6911088.

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

Color convert

RGB112116105-
CMYK0.0300.090.55
HSL81.82º4.98%43.33%-
HSV(B)81.82º9.48%45.49%-
XYZ15.4816.9615.82-
YUV113.55123.17126.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=33.63%
G=34.83%
B=31.53%

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
Decimal1121161050.0300.090.5581.824.9843.33
Hex707469309375252b
Octal160164151301167122553
Binary11100001110100110100111010011101111010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707469; }

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

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

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

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

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

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

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

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