#707F50

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

Shades of Willow Grove #707F50

Tints of Willow Grove #707F50

Color information

#707F50 (or 0x707F50) is unknown color: approx Willow Grove. HEX triplet: 70, 7F and 50. RGB value is (112,127,80). Sum of RGB (Red+Green+Blue) = 112+127+80=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 127 - color contains mainly: green. Hex color #707F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707F50 is #8F80AF. Grayscale: #757575. Windows color (decimal): -9404592 or 5275504. OLE color: 5275504.

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

Color convert

RGB11212780-
CMYK0.1200.370.50
HSL79.15º22.71%40.59%-
HSV(B)79.15º37.01%49.8%-
XYZ15.7219.210.47-
YUV117.16107.03124.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 127 (50% from 255) = 39.81%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=35.11%
G=39.81%
B=25.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112127800.1200.370.5079.1522.7140.59
Hex707F50C025324f1729
Octal16017712014045621172751
Binary11100001111111101000011000100101110010100111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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