#62785E

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

Shades of Finlandia #62785E

Tints of Finlandia #62785E

Color information

#62785E (or 0x62785E) is unknown color: approx Finlandia. HEX triplet: 62, 78 and 5E. RGB value is (98,120,94). Sum of RGB (Red+Green+Blue) = 98+120+94=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #62785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62785E is #9D87A1. Grayscale: #6E6E6E. Windows color (decimal): -10323874 or 6191202. OLE color: 6191202.

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

Color convert

RGB9812094-
CMYK0.1800.220.53
HSL110.77º12.15%41.96%-
HSV(B)110.77º21.67%47.06%-
XYZ13.7716.8413.11-
YUV110.46118.71119.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.41%
GREEN value IS 120 (47.27% from 255) = 38.46%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=31.41%
G=38.46%
B=30.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal98120940.1800.220.53110.7712.1541.96
Hex62785E12016356fc2a
Octal14217013622026651571452
Binary1100010111100010111101001001011011010111011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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