#718060

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

Shades of Willow Grove #718060

Tints of Willow Grove #718060

Color information

#718060 (or 0x718060) is unknown color: approx Willow Grove. HEX triplet: 71, 80 and 60. RGB value is (113,128,96). Sum of RGB (Red+Green+Blue) = 113+128+96=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 128 - color contains mainly: green. Hex color #718060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718060 is #8E7F9F. Grayscale: #777777. Windows color (decimal): -9338784 or 6324337. OLE color: 6324337.

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

Color convert

RGB11312896-
CMYK0.1200.250.50
HSL88.13º14.29%43.92%-
HSV(B)88.13º25%50.2%-
XYZ16.6419.7914.01-
YUV119.87114.53123.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 128 (50.39% from 255) = 37.98%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=33.53%
G=37.98%
B=28.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113128960.1200.250.5088.1314.2943.92
Hex718060C0193258e2c
Octal16120014014031621301654
Binary1110001100000001100000110001100111001010110001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718060; }

 p { color: rgb(113,128,96); }

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

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

 a { background-color: rgb(113,128,96); }

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

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

 span { border-color: rgb(113,128,96); }

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