#72825B

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

Shades of Willow Grove #72825B

Tints of Willow Grove #72825B

Color information

#72825B (or 0x72825B) is unknown color: approx Willow Grove. HEX triplet: 72, 82 and 5B. RGB value is (114,130,91). Sum of RGB (Red+Green+Blue) = 114+130+91=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #72825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72825B is #8D7DA4. Grayscale: #787878. Windows color (decimal): -9272741 or 5997170. OLE color: 5997170.

HSL color Cylindrical-coordinate representation of color #72825B: hue angle of 84.62º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72825B is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB11413091-
CMYK0.1200.300.49
HSL84.62º17.65%43.33%-
HSV(B)84.62º30%50.98%-
XYZ16.8120.312.93-
YUV120.77111.2123.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=34.03%
G=38.81%
B=27.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114130910.1200.300.4984.6217.6543.33
Hex72825BC01E3155122b
Octal16220213314036611252253
Binary11100101000001010110111100011110110001101010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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