Html Css Color HEX #627160 Finlandia

📋 copy color: '#627160'

red 98 ◦ green 113 ◦ blue 96

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

Shades of Finlandia #627160

Tints of Finlandia #627160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.81%

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

R = 31.92%
G = 36.81%
B = 31.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#627160 (or 0x627160) is known color: Finlandia. HEX triplet: 62, 71 and 60. RGB value is (98,113,96). Sum of RGB (Red+Green+Blue) = 98+113+96=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 113 - color contains mainly: green. Hex color #627160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627160 is #9D8E9F. Grayscale: #6A6A6A. Windows color (decimal): -10325664 or 6320482. OLE color: 6320482.

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

Color convert

RGB 98 113 96 -
CMYK 0.13 0 0.15 0.56
HSL 112.94º 0.08% 0.41% -
HSV(B) 112.94º 0.15% 0.44% -
XYZ 13.05 15.25 13.32 -
YUV 106.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 98 113 96 0.13 0 0.15 0.56 112.94 0.08 0.41
Hex 62 71 60 D 0 F 38 71 8 29
Octal 142 161 140 15 0 17 70 161 10 51
Binary 1100010 1110001 1100000 1101 0 1111 111000 1110001 1000 101001

Color Harmonies of #627160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627160

Black with #627160

Text Example


Text Example

White with #627160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627160; }

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

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

background-color css

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

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

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

border-color css

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

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

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