#627860

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

Shades of Finlandia #627860

Tints of Finlandia #627860

Color information

#627860 (or 0x627860) is unknown color: approx Finlandia. HEX triplet: 62, 78 and 60. RGB value is (98,120,96). Sum of RGB (Red+Green+Blue) = 98+120+96=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #627860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627860 is #9D879F. Grayscale: #6E6E6E. Windows color (decimal): -10323872 or 6322274. OLE color: 6322274.

HSL color Cylindrical-coordinate representation of color #627860: hue angle of 115º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #627860 is Cyan = 0.18, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB9812096-
CMYK0.1800.20.53
HSL115º11.11%42.35%-
HSV(B)115º20%47.06%-
XYZ13.8616.8713.59-
YUV110.69119.71118.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.21%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=31.21%
G=38.22%
B=30.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal98120960.1800.20.5311511.1142.35
Hex627860120143573b2a
Octal14217014022024651631352
Binary1100010111100011000001001001010011010111100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627860; }

 p { color: rgb(98,120,96); }

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

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

 a { background-color: rgb(98,120,96); }

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

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

 span { border-color: rgb(98,120,96); }

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