#627055

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

Shades of Willow Grove #627055

Tints of Willow Grove #627055

Color information

#627055 (or 0x627055) is unknown color: approx Willow Grove. HEX triplet: 62, 70 and 55. RGB value is (98,112,85). Sum of RGB (Red+Green+Blue) = 98+112+85=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #627055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627055 is #9D8FAA. Grayscale: #686868. Windows color (decimal): -10325931 or 5599330. OLE color: 5599330.

HSL color Cylindrical-coordinate representation of color #627055: hue angle of 91.11º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #627055 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB9811285-
CMYK0.1300.240.56
HSL91.11º13.71%38.63%-
HSV(B)91.11º24.11%43.92%-
XYZ12.4714.8410.8-
YUV104.74116.86123.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.22%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=33.22%
G=37.97%
B=28.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98112850.1300.240.5691.1113.7138.63
Hex627055D018385be27
Octal14216012515030701331647
Binary110001011100001010101110101100011100010110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627055; }

 p { color: rgb(98,112,85); }

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

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

 a { background-color: rgb(98,112,85); }

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

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

 span { border-color: rgb(98,112,85); }

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