#62725D

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

Shades of Finlandia #62725D

Tints of Finlandia #62725D

Color information

#62725D (or 0x62725D) is unknown color: approx Finlandia. HEX triplet: 62, 72 and 5D. RGB value is (98,114,93). Sum of RGB (Red+Green+Blue) = 98+114+93=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #62725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62725D is #9D8DA2. Grayscale: #6A6A6A. Windows color (decimal): -10325411 or 6124130. OLE color: 6124130.

HSL color Cylindrical-coordinate representation of color #62725D: hue angle of 105.71º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #62725D is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB9811493-
CMYK0.1400.180.55
HSL105.71º10.14%40.59%-
HSV(B)105.71º18.42%44.71%-
XYZ13.0315.4212.65-
YUV106.82120.2121.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.13%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=32.13%
G=37.38%
B=30.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98114930.1400.180.55105.7110.1440.59
Hex62725DE012376aa29
Octal14216213516022671521251
Binary110001011100101011101111001001011011111010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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