#717F5A

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

Shades of Willow Grove #717F5A

Tints of Willow Grove #717F5A

Color information

#717F5A (or 0x717F5A) is unknown color: approx Willow Grove. HEX triplet: 71, 7F and 5A. RGB value is (113,127,90). Sum of RGB (Red+Green+Blue) = 113+127+90=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 127 - color contains mainly: green. Hex color #717F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717F5A is #8E80A5. Grayscale: #767676. Windows color (decimal): -9339046 or 5930865. OLE color: 5930865.

HSL color Cylindrical-coordinate representation of color #717F5A: hue angle of 82.7º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #717F5A is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB11312790-
CMYK0.1100.290.50
HSL82.7º17.05%42.55%-
HSV(B)82.7º29.13%49.8%-
XYZ16.2419.4312.57-
YUV118.6111.86124.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.24%
GREEN value IS 127 (50% from 255) = 38.48%
BLUE value IS 90 (35.55% from 255) = 27.27%
R=34.24%
G=38.48%
B=27.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113127900.1100.290.5082.717.0542.55
Hex717F5AB01D3253112b
Octal16117713213035621232153
Binary1110001111111110110101011011101110010101001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717F5A; }

 p { color: rgb(113,127,90); }

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

<style>
 a { background-color: #717F5A; }

 a { background-color: rgb(113,127,90); }

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

<style>
 span { border-color: #717F5A; }

 span { border-color: rgb(113,127,90); }

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