#62785B

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

Shades of Finlandia #62785B

Tints of Finlandia #62785B

Color information

#62785B (or 0x62785B) is unknown color: approx Finlandia. HEX triplet: 62, 78 and 5B. RGB value is (98,120,91). Sum of RGB (Red+Green+Blue) = 98+120+91=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #62785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62785B is #9D87A4. Grayscale: #6E6E6E. Windows color (decimal): -10323877 or 5994594. OLE color: 5994594.

HSL color Cylindrical-coordinate representation of color #62785B: hue angle of 105.52º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #62785B is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB9812091-
CMYK0.1800.240.53
HSL105.52º13.74%41.37%-
HSV(B)105.52º24.17%47.06%-
XYZ13.6416.7812.42-
YUV110.12117.21119.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.72%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 91 (35.94% from 255) = 29.45%
R=31.72%
G=38.83%
B=29.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal98120910.1800.240.53105.5213.7441.37
Hex62785B12018356ae29
Octal14217013322030651521651
Binary1100010111100010110111001001100011010111010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62785B; }

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

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

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

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

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

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

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

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