#62755F

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

Shades of Finlandia #62755F

Tints of Finlandia #62755F

Color information

#62755F (or 0x62755F) is unknown color: approx Finlandia. HEX triplet: 62, 75 and 5F. RGB value is (98,117,95). Sum of RGB (Red+Green+Blue) = 98+117+95=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #62755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62755F is #9D8AA0. Grayscale: #6C6C6C. Windows color (decimal): -10324641 or 6255970. OLE color: 6255970.

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

Color convert

RGB9811795-
CMYK0.1600.190.54
HSL111.82º10.38%41.57%-
HSV(B)111.82º18.8%45.88%-
XYZ13.4616.1513.23-
YUV108.81120.21120.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.61%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=31.61%
G=37.74%
B=30.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98117950.1600.190.54111.8210.3841.57
Hex62755F100133670a2a
Octal14216513720023661601252
Binary1100010111010110111111000001001111011011100001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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