#627160

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

Shades of Finlandia #627160

Tints of Finlandia #627160

Color information

#627160 (or 0x627160) is unknown color: approx Finlandia. HEX triplet: 62, 71 and 60. RGB value is (98,113,96). Sum of RGB (Red+Green+Blue) = 98+113+96=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 113 - color contains mainly: green. Hex color #627160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627160 is #9D8E9F. Grayscale: #6A6A6A. Windows color (decimal): -10325664 or 6320482. OLE color: 6320482.

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

Color convert

RGB9811396-
CMYK0.1300.150.56
HSL112.94º8.13%40.98%-
HSV(B)112.94º15.04%44.31%-
XYZ13.0515.2513.32-
YUV106.58122.03121.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=31.92%
G=36.81%
B=31.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98113960.1300.150.56112.948.1340.98
Hex627160D0F3871829
Octal14216114015017701611051
Binary11000101110001110000011010111111100011100011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627160; }

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

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

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

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

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

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

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

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