#72874F

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

Shades of Willow Grove #72874F

Tints of Willow Grove #72874F

Color information

#72874F (or 0x72874F) is unknown color: approx Willow Grove. HEX triplet: 72, 87 and 4F. RGB value is (114,135,79). Sum of RGB (Red+Green+Blue) = 114+135+79=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #72874F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72874F is #8D78B0. Grayscale: #7A7A7A. Windows color (decimal): -9271473 or 5212018. OLE color: 5212018.

HSL color Cylindrical-coordinate representation of color #72874F: hue angle of 82.5º 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 #72874F is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB11413579-
CMYK0.1600.410.47
HSL82.5º26.17%41.96%-
HSV(B)82.5º41.48%52.94%-
XYZ17.0121.4710.64-
YUV122.34103.54122.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.76%
GREEN value IS 135 (53.12% from 255) = 41.16%
BLUE value IS 79 (31.25% from 255) = 24.09%
R=34.76%
G=41.16%
B=24.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114135790.1600.410.4782.526.1741.96
Hex72874F100292F531a2a
Octal16220711720051571233252
Binary1110010100001111001111100000101001101111101001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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