#728060

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

Shades of Willow Grove #728060

Tints of Willow Grove #728060

Color information

#728060 (or 0x728060) is unknown color: approx Willow Grove. HEX triplet: 72, 80 and 60. RGB value is (114,128,96). Sum of RGB (Red+Green+Blue) = 114+128+96=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 128 - color contains mainly: green. Hex color #728060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728060 is #8D7F9F. Grayscale: #787878. Windows color (decimal): -9273248 or 6324338. OLE color: 6324338.

HSL color Cylindrical-coordinate representation of color #728060: hue angle of 86.25º 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 #728060 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB11412896-
CMYK0.1100.250.50
HSL86.25º14.29%43.92%-
HSV(B)86.25º25%50.2%-
XYZ16.7719.8614.02-
YUV120.17114.36123.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 128 (50.39% from 255) = 37.87%
BLUE value IS 96 (37.89% from 255) = 28.40%
R=33.73%
G=37.87%
B=28.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114128960.1100.250.5086.2514.2943.92
Hex728060B0193256e2c
Octal16220014013031621261654
Binary1110010100000001100000101101100111001010101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728060; }

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

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

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

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

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

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

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

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