#616F50

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

Shades of Willow Grove #616F50

Tints of Willow Grove #616F50

Color information

#616F50 (or 0x616F50) is unknown color: approx Willow Grove. HEX triplet: 61, 6F and 50. RGB value is (97,111,80). Sum of RGB (Red+Green+Blue) = 97+111+80=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 111 - color contains mainly: green. Hex color #616F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F50 is #9E90AF. Grayscale: #676767. Windows color (decimal): -10391728 or 5271393. OLE color: 5271393.

HSL color Cylindrical-coordinate representation of color #616F50: hue angle of 87.1º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #616F50 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB9711180-
CMYK0.1300.280.56
HSL87.1º16.23%37.45%-
HSV(B)87.1º27.93%43.53%-
XYZ12.0614.499.75-
YUV103.28114.86123.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.68%
GREEN value IS 111 (43.75% from 255) = 38.54%
BLUE value IS 80 (31.64% from 255) = 27.78%
R=33.68%
G=38.54%
B=27.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97111800.1300.280.5687.116.2337.45
Hex616F50D01C38571025
Octal14115712015034701272045
Binary1100001110111110100001101011100111000101011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616F50; }

 p { color: rgb(97,111,80); }

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

<style>
 a { background-color: #616F50; }

 a { background-color: rgb(97,111,80); }

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

<style>
 span { border-color: #616F50; }

 span { border-color: rgb(97,111,80); }

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