#70805E

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

Shades of Willow Grove #70805E

Tints of Willow Grove #70805E

Color information

#70805E (or 0x70805E) is unknown color: approx Willow Grove. HEX triplet: 70, 80 and 5E. RGB value is (112,128,94). Sum of RGB (Red+Green+Blue) = 112+128+94=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 128 - color contains mainly: green. Hex color #70805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70805E is #8F7FA1. Grayscale: #777777. Windows color (decimal): -9404322 or 6193264. OLE color: 6193264.

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

Color convert

RGB11212894-
CMYK0.1200.270.50
HSL88.24º15.32%43.53%-
HSV(B)88.24º26.56%50.2%-
XYZ16.4219.6913.52-
YUV119.34113.7122.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 128 (50.39% from 255) = 38.32%
BLUE value IS 94 (37.11% from 255) = 28.14%
R=33.53%
G=38.32%
B=28.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112128940.1200.270.5088.2415.3243.53
Hex70805EC01B3258f2c
Octal16020013614033621301754
Binary1110000100000001011110110001101111001010110001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70805E; }

 p { color: rgb(112,128,94); }

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

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

 a { background-color: rgb(112,128,94); }

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

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

 span { border-color: rgb(112,128,94); }

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