#71854F

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

Shades of Willow Grove #71854F

Tints of Willow Grove #71854F

Color information

#71854F (or 0x71854F) is unknown color: approx Willow Grove. HEX triplet: 71, 85 and 4F. RGB value is (113,133,79). Sum of RGB (Red+Green+Blue) = 113+133+79=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #71854F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71854F is #8E7AB0. Grayscale: #797979. Windows color (decimal): -9337521 or 5211505. OLE color: 5211505.

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

Color convert

RGB11313379-
CMYK0.1500.410.48
HSL82.22º25.47%41.57%-
HSV(B)82.22º40.6%52.16%-
XYZ16.6120.8510.55-
YUV120.86104.37122.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 133 (52.34% from 255) = 40.92%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=34.77%
G=40.92%
B=24.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133790.1500.410.4882.2225.4741.57
Hex71854FF0293052192a
Octal16120511717051601223152
Binary111000110000101100111111110101001110000101001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,133,79); }

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

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

 a { background-color: rgb(113,133,79); }

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

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

 span { border-color: rgb(113,133,79); }

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