#62755B

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

Shades of Finlandia #62755B

Tints of Finlandia #62755B

Color information

#62755B (or 0x62755B) is unknown color: approx Finlandia. HEX triplet: 62, 75 and 5B. RGB value is (98,117,91). Sum of RGB (Red+Green+Blue) = 98+117+91=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #62755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62755B is #9D8AA4. Grayscale: #6C6C6C. Windows color (decimal): -10324645 or 5993826. OLE color: 5993826.

HSL color Cylindrical-coordinate representation of color #62755B: hue angle of 103.85º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #62755B is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB9811791-
CMYK0.1600.220.54
HSL103.85º12.5%40.78%-
HSV(B)103.85º22.22%45.88%-
XYZ13.2916.0712.3-
YUV108.35118.21120.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.03%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=32.03%
G=38.24%
B=29.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98117910.1600.220.54103.8512.540.78
Hex62755B100163668c29
Octal14216513320026661501451
Binary1100010111010110110111000001011011011011010001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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