#708257

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

Shades of Willow Grove #708257

Tints of Willow Grove #708257

Color information

#708257 (or 0x708257) is unknown color: approx Willow Grove. HEX triplet: 70, 82 and 57. RGB value is (112,130,87). Sum of RGB (Red+Green+Blue) = 112+130+87=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #708257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708257 is #8F7DA8. Grayscale: #777777. Windows color (decimal): -9403817 or 5735024. OLE color: 5735024.

HSL color Cylindrical-coordinate representation of color #708257: hue angle of 85.12º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #708257 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB11213087-
CMYK0.1400.330.49
HSL85.12º19.82%42.55%-
HSV(B)85.12º33.08%50.98%-
XYZ16.3920.112.03-
YUV119.72109.54122.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 87 (34.38% from 255) = 26.44%
R=34.04%
G=39.51%
B=26.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112130870.1400.330.4985.1219.8242.55
Hex708257E0213155142b
Octal16020212716041611252453
Binary111000010000010101011111100100001110001101010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708257; }

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

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

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

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

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

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

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

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