#72864F

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

Shades of Willow Grove #72864F

Tints of Willow Grove #72864F

Color information

#72864F (or 0x72864F) is unknown color: approx Willow Grove. HEX triplet: 72, 86 and 4F. RGB value is (114,134,79). Sum of RGB (Red+Green+Blue) = 114+134+79=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #72864F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72864F is #8D79B0. Grayscale: #797979. Windows color (decimal): -9271729 or 5211762. OLE color: 5211762.

HSL color Cylindrical-coordinate representation of color #72864F: hue angle of 81.82º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72864F is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB11413479-
CMYK0.1500.410.47
HSL81.82º25.82%41.76%-
HSV(B)81.82º41.04%52.55%-
XYZ16.8821.1910.6-
YUV121.75103.87122.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 79 (31.25% from 255) = 24.16%
R=34.86%
G=40.98%
B=24.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134790.1500.410.4781.8225.8241.76
Hex72864FF0292F521a2a
Octal16220611717051571223252
Binary111001010000110100111111110101001101111101001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72864F; }

 p { color: rgb(114,134,79); }

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

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

 a { background-color: rgb(114,134,79); }

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

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

 span { border-color: rgb(114,134,79); }

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