Html Css Color HEX #627060 Finlandia

📋 copy color: '#627060'

red 98 ◦ green 112 ◦ blue 96

#627060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finlandia #627060

Tints of Finlandia #627060

RGB

 RED value IS 98 (38.67% from 255) = 32.03%

 GREEN value IS 112 (44.14% from 255) = 36.6%

 BLUE value IS 96 (37.89% from 255) = 31.37%

R = 32.03%
G = 36.6%
B = 31.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#627060 (or 0x627060) is known color: Finlandia. HEX triplet: 62, 70 and 60. RGB value is (98,112,96). Sum of RGB (Red+Green+Blue) = 98+112+96=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 112 - color contains mainly: green. Hex color #627060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627060 is #9D8F9F. Grayscale: #6A6A6A. Windows color (decimal): -10325920 or 6320226. OLE color: 6320226.

HSL color Cylindrical-coordinate representation of color #627060: hue angle of 112.5º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #627060 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 112 96 -
CMYK 0.13 0 0.14 0.56
HSL 112.5º 0.08% 0.41% -
HSV(B) 112.5º 0.14% 0.44% -
XYZ 12.94 15.03 13.29 -
YUV 105.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 98 112 96 0.13 0 0.14 0.56 112.5 0.08 0.41
Hex 62 70 60 D 0 E 38 70 8 29
Octal 142 160 140 15 0 16 70 160 10 51
Binary 1100010 1110000 1100000 1101 0 1110 111000 1110000 1000 101001

Color Harmonies of #627060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627060

Black with #627060

Text Example


Text Example

White with #627060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627060; }

 p { color: rgb(98,112,96); }

 H1.HeaderClassName
 {
   color: #627060;
 }
 .AnyTagClassName
 {
   color: #627060;
 }
</style>

background-color css

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

 a { background-color: rgb(98,112,96); }

 div.DivClassName
 {
   background-color: #627060;
 }
 .BgClassName
 {
   background-color: #627060;
 }
</style>

border-color css

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

 span { border-color: rgb(98,112,96); }

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