#707F60

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

Shades of Willow Grove #707F60

Tints of Willow Grove #707F60

Color information

#707F60 (or 0x707F60) is unknown color: approx Willow Grove. HEX triplet: 70, 7F and 60. RGB value is (112,127,96). Sum of RGB (Red+Green+Blue) = 112+127+96=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 127 - color contains mainly: green. Hex color #707F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707F60 is #8F809F. Grayscale: #777777. Windows color (decimal): -9404576 or 6324080. OLE color: 6324080.

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

Color convert

RGB11212796-
CMYK0.1200.240.50
HSL89.03º13.9%43.73%-
HSV(B)89.03º24.41%49.8%-
XYZ16.3819.4713.96-
YUV118.98115.03123.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=33.43%
G=37.91%
B=28.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112127960.1200.240.5089.0313.943.73
Hex707F60C0183259e2c
Octal16017714014030621311654
Binary111000011111111100000110001100011001010110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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