#71815F

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

Shades of Willow Grove #71815F

Tints of Willow Grove #71815F

Color information

#71815F (or 0x71815F) is unknown color: approx Willow Grove. HEX triplet: 71, 81 and 5F. RGB value is (113,129,95). Sum of RGB (Red+Green+Blue) = 113+129+95=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #71815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71815F is #8E7EA0. Grayscale: #787878. Windows color (decimal): -9338529 or 6259057. OLE color: 6259057.

HSL color Cylindrical-coordinate representation of color #71815F: hue angle of 88.24º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #71815F is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB11312995-
CMYK0.1200.260.49
HSL88.24º15.18%43.92%-
HSV(B)88.24º26.36%50.59%-
XYZ16.7320.0413.81-
YUV120.34113.7122.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 95 (37.5% from 255) = 28.19%
R=33.53%
G=38.28%
B=28.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113129950.1200.260.4988.2415.1843.92
Hex71815FC01A3158f2c
Octal16120113714032611301754
Binary1110001100000011011111110001101011000110110001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,129,95); }

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

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

 a { background-color: rgb(113,129,95); }

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

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

 span { border-color: rgb(113,129,95); }

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