#72815B

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

Shades of Willow Grove #72815B

Tints of Willow Grove #72815B

Color information

#72815B (or 0x72815B) is unknown color: approx Willow Grove. HEX triplet: 72, 81 and 5B. RGB value is (114,129,91). Sum of RGB (Red+Green+Blue) = 114+129+91=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 129 - color contains mainly: green. Hex color #72815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72815B is #8D7EA4. Grayscale: #787878. Windows color (decimal): -9272997 or 5996914. OLE color: 5996914.

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

Color convert

RGB11412991-
CMYK0.1200.290.49
HSL83.68º17.27%43.14%-
HSV(B)83.68º29.46%50.59%-
XYZ16.6820.0312.89-
YUV120.18111.53123.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.13%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 91 (35.94% from 255) = 27.25%
R=34.13%
G=38.62%
B=27.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114129910.1200.290.4983.6817.2743.14
Hex72815BC01D3154112b
Octal16220113314035611242153
Binary11100101000000110110111100011101110001101010010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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