#707F51

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

Shades of Willow Grove #707F51

Tints of Willow Grove #707F51

Color information

#707F51 (or 0x707F51) is unknown color: approx Willow Grove. HEX triplet: 70, 7F and 51. RGB value is (112,127,81). Sum of RGB (Red+Green+Blue) = 112+127+81=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 127 - color contains mainly: green. Hex color #707F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707F51 is #8F80AE. Grayscale: #757575. Windows color (decimal): -9404591 or 5341040. OLE color: 5341040.

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

Color convert

RGB11212781-
CMYK0.1200.360.50
HSL79.57º22.12%40.78%-
HSV(B)79.57º36.22%49.8%-
XYZ15.7619.2210.66-
YUV117.27107.53124.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 127 (50% from 255) = 39.69%
BLUE value IS 81 (32.03% from 255) = 25.31%
R=35%
G=39.69%
B=25.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112127810.1200.360.5079.5722.1240.78
Hex707F51C02432501629
Octal16017712114044621202651
Binary11100001111111101000111000100100110010101000010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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