#728156

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

Shades of Willow Grove #728156

Tints of Willow Grove #728156

Color information

#728156 (or 0x728156) is unknown color: approx Willow Grove. HEX triplet: 72, 81 and 56. RGB value is (114,129,86). Sum of RGB (Red+Green+Blue) = 114+129+86=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #728156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728156 is #8D7EA9. Grayscale: #777777. Windows color (decimal): -9273002 or 5669234. OLE color: 5669234.

HSL color Cylindrical-coordinate representation of color #728156: hue angle of 80.93º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #728156 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB11412986-
CMYK0.1200.330.49
HSL80.93º20%42.16%-
HSV(B)80.93º33.33%50.59%-
XYZ16.4719.9511.79-
YUV119.61109.03124-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=34.65%
G=39.21%
B=26.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114129860.1200.330.4980.932042.16
Hex728156C0213151142a
Octal16220112614041611212452
Binary111001010000001101011011000100001110001101000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728156; }

 p { color: rgb(114,129,86); }

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

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

 a { background-color: rgb(114,129,86); }

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

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

 span { border-color: rgb(114,129,86); }

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