#72845B

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

Shades of Willow Grove #72845B

Tints of Willow Grove #72845B

Color information

#72845B (or 0x72845B) is unknown color: approx Willow Grove. HEX triplet: 72, 84 and 5B. RGB value is (114,132,91). Sum of RGB (Red+Green+Blue) = 114+132+91=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #72845B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72845B is #8D7BA4. Grayscale: #7A7A7A. Windows color (decimal): -9272229 or 5997682. OLE color: 5997682.

HSL color Cylindrical-coordinate representation of color #72845B: hue angle of 86.34º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72845B is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB11413291-
CMYK0.1400.310.48
HSL86.34º18.39%43.73%-
HSV(B)86.34º31.06%51.76%-
XYZ17.0820.8413.02-
YUV121.94110.54122.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.83%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=33.83%
G=39.17%
B=27.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114132910.1400.310.4886.3418.3943.73
Hex72845BE01F3056122c
Octal16220413316037601262254
Binary11100101000010010110111110011111110000101011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72845B; }

 p { color: rgb(114,132,91); }

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

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

 a { background-color: rgb(114,132,91); }

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

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

 span { border-color: rgb(114,132,91); }

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