#62795D

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

Shades of Finlandia #62795D

Tints of Finlandia #62795D

Color information

#62795D (or 0x62795D) is unknown color: approx Finlandia. HEX triplet: 62, 79 and 5D. RGB value is (98,121,93). Sum of RGB (Red+Green+Blue) = 98+121+93=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 121 - color contains mainly: green. Hex color #62795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62795D is #9D86A2. Grayscale: #6F6F6F. Windows color (decimal): -10323619 or 6125922. OLE color: 6125922.

HSL color Cylindrical-coordinate representation of color #62795D: hue angle of 109.29º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #62795D is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB9812193-
CMYK0.1900.230.53
HSL109.29º13.08%41.96%-
HSV(B)109.29º23.14%47.45%-
XYZ13.8517.0612.92-
YUV110.93117.88118.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.41%
GREEN value IS 121 (47.66% from 255) = 38.78%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=31.41%
G=38.78%
B=29.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal98121930.1900.230.53109.2913.0841.96
Hex62795D13017356dd2a
Octal14217113523027651551552
Binary1100010111100110111011001101011111010111011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62795D; }

 p { color: rgb(98,121,93); }

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

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

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

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

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

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

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