#707F57

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

Shades of Willow Grove #707F57

Tints of Willow Grove #707F57

Color information

#707F57 (or 0x707F57) is unknown color: approx Willow Grove. HEX triplet: 70, 7F and 57. RGB value is (112,127,87). Sum of RGB (Red+Green+Blue) = 112+127+87=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 127 - color contains mainly: green. Hex color #707F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707F57 is #8F80A8. Grayscale: #767676. Windows color (decimal): -9404585 or 5734256. OLE color: 5734256.

HSL color Cylindrical-coordinate representation of color #707F57: hue angle of 82.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #707F57 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB11212787-
CMYK0.1200.310.50
HSL82.5º18.69%41.96%-
HSV(B)82.5º31.5%49.8%-
XYZ15.9919.3111.9-
YUV117.96110.53123.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 127 (50% from 255) = 38.96%
BLUE value IS 87 (34.38% from 255) = 26.69%
R=34.36%
G=38.96%
B=26.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112127870.1200.310.5082.518.6941.96
Hex707F57C01F3252132a
Octal16017712714037621222352
Binary1110000111111110101111100011111110010101001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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