#626F50

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

Shades of Willow Grove #626F50

Tints of Willow Grove #626F50

Color information

#626F50 (or 0x626F50) is unknown color: approx Willow Grove. HEX triplet: 62, 6F and 50. RGB value is (98,111,80). Sum of RGB (Red+Green+Blue) = 98+111+80=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 111 - color contains mainly: green. Hex color #626F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626F50 is #9D90AF. Grayscale: #676767. Windows color (decimal): -10326192 or 5271394. OLE color: 5271394.

HSL color Cylindrical-coordinate representation of color #626F50: hue angle of 85.16º 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 #626F50 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB9811180-
CMYK0.1200.280.56
HSL85.16º16.23%37.45%-
HSV(B)85.16º27.93%43.53%-
XYZ12.1714.549.76-
YUV103.58114.69124.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.91%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=33.91%
G=38.41%
B=27.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98111800.1200.280.5685.1616.2337.45
Hex626F50C01C38551025
Octal14215712014034701252045
Binary1100010110111110100001100011100111000101010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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