#707E57

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

Shades of Willow Grove #707E57

Tints of Willow Grove #707E57

Color information

#707E57 (or 0x707E57) is unknown color: approx Willow Grove. HEX triplet: 70, 7E and 57. RGB value is (112,126,87). Sum of RGB (Red+Green+Blue) = 112+126+87=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 126 - color contains mainly: green. Hex color #707E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E57 is #8F81A8. Grayscale: #757575. Windows color (decimal): -9404841 or 5734000. OLE color: 5734000.

HSL color Cylindrical-coordinate representation of color #707E57: hue angle of 81.54º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #707E57 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB11212687-
CMYK0.1100.310.51
HSL81.54º18.31%41.76%-
HSV(B)81.54º30.95%49.41%-
XYZ15.8619.0511.86-
YUV117.37110.86124.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 126 (49.61% from 255) = 38.77%
BLUE value IS 87 (34.38% from 255) = 26.77%
R=34.46%
G=38.77%
B=26.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112126870.1100.310.5181.5418.3141.76
Hex707E57B01F3352122a
Octal16017612713037631222252
Binary1110000111111010101111011011111110011101001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707E57; }

 p { color: rgb(112,126,87); }

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

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

 a { background-color: rgb(112,126,87); }

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

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

 span { border-color: rgb(112,126,87); }

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