#707669

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

Shades of Willow Grove #707669

Tints of Willow Grove #707669

Color information

#707669 (or 0x707669) is unknown color: approx Willow Grove. HEX triplet: 70, 76 and 69. RGB value is (112,118,105). Sum of RGB (Red+Green+Blue) = 112+118+105=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 118 - color contains mainly: green. Hex color #707669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707669 is #8F8996. Grayscale: #727272. Windows color (decimal): -9406871 or 6911600. OLE color: 6911600.

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

Color convert

RGB112118105-
CMYK0.0500.110.54
HSL87.69º5.83%43.73%-
HSV(B)87.69º11.02%46.27%-
XYZ15.7117.4215.9-
YUV114.72122.51126.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=33.43%
G=35.22%
B=31.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121181050.0500.110.5487.695.8343.73
Hex70766950B365862c
Octal160166151501366130654
Binary111000011101101101001101010111101101011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707669; }

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

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

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

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

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

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

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

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