#626F62

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

Shades of Finlandia #626F62

Tints of Finlandia #626F62

Color information

#626F62 (or 0x626F62) is unknown color: approx Finlandia. HEX triplet: 62, 6F and 62. RGB value is (98,111,98). Sum of RGB (Red+Green+Blue) = 98+111+98=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 111 - color contains mainly: green. Hex color #626F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626F62 is #9D909D. Grayscale: #696969. Windows color (decimal): -10326174 or 6451042. OLE color: 6451042.

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

Color convert

RGB9811198-
CMYK0.1200.120.56
HSL120º6.22%40.98%-
HSV(B)120º11.71%43.53%-
XYZ12.9314.8513.74-
YUV105.63123.69122.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 111 (43.75% from 255) = 36.16%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=31.92%
G=36.16%
B=31.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98111980.1200.120.561206.2240.98
Hex626F62C0C3878629
Octal1421571421401470170651
Binary1100010110111111000101100011001110001111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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