#707866

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

Shades of Willow Grove #707866

Tints of Willow Grove #707866

Color information

#707866 (or 0x707866) is unknown color: approx Willow Grove. HEX triplet: 70, 78 and 66. RGB value is (112,120,102). Sum of RGB (Red+Green+Blue) = 112+120+102=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 120 - color contains mainly: green. Hex color #707866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707866 is #8F8799. Grayscale: #737373. Windows color (decimal): -9406362 or 6715504. OLE color: 6715504.

HSL color Cylindrical-coordinate representation of color #707866: hue angle of 86.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707866 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB112120102-
CMYK0.0700.150.53
HSL86.67º8.11%43.53%-
HSV(B)86.67º15%47.06%-
XYZ15.817.8415.18-
YUV115.56120.35125.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 120 (47.27% from 255) = 35.93%
BLUE value IS 102 (40.23% from 255) = 30.54%
R=33.53%
G=35.93%
B=30.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121201020.0700.150.5386.678.1143.53
Hex70786670F355782c
Octal1601701467017651271054
Binary1110000111100011001101110111111010110101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707866; }

 p { color: rgb(112,120,102); }

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

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

 a { background-color: rgb(112,120,102); }

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

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

 span { border-color: rgb(112,120,102); }

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