#627056

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

Shades of Willow Grove #627056

Tints of Willow Grove #627056

Color information

#627056 (or 0x627056) is unknown color: approx Willow Grove. HEX triplet: 62, 70 and 56. RGB value is (98,112,86). Sum of RGB (Red+Green+Blue) = 98+112+86=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #627056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627056 is #9D8FA9. Grayscale: #686868. Windows color (decimal): -10325930 or 5664866. OLE color: 5664866.

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

Color convert

RGB9811286-
CMYK0.1300.230.56
HSL92.31º13.13%38.82%-
HSV(B)92.31º23.21%43.92%-
XYZ12.5114.8611.01-
YUV104.85117.36123.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.11%
GREEN value IS 112 (44.14% from 255) = 37.84%
BLUE value IS 86 (33.98% from 255) = 29.05%
R=33.11%
G=37.84%
B=29.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98112860.1300.230.5692.3113.1338.82
Hex627056D017385cd27
Octal14216012615027701341547
Binary110001011100001010110110101011111100010111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627056; }

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

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

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

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

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

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

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

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