Html Css Color HEX #627460 Finlandia

📋 copy color: '#627460'

red 98 ◦ green 116 ◦ blue 96

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

Shades of Finlandia #627460

Tints of Finlandia #627460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

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

R = 31.61%
G = 37.42%
B = 30.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#627460 (or 0x627460) is known color: Finlandia. HEX triplet: 62, 74 and 60. RGB value is (98,116,96). Sum of RGB (Red+Green+Blue) = 98+116+96=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 116 - color contains mainly: green. Hex color #627460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627460 is #9D8B9F. Grayscale: #6C6C6C. Windows color (decimal): -10324896 or 6321250. OLE color: 6321250.

HSL color Cylindrical-coordinate representation of color #627460: hue angle of 114º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #627460 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 116 96 -
CMYK 0.16 0 0.17 0.55
HSL 114º 0.09% 0.42% -
HSV(B) 114º 0.17% 0.45% -
XYZ 13.39 15.93 13.44 -
YUV 108.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 98 116 96 0.16 0 0.17 0.55 114 0.09 0.42
Hex 62 74 60 10 0 11 37 72 9 2A
Octal 142 164 140 20 0 21 67 162 11 52
Binary 1100010 1110100 1100000 10000 0 10001 110111 1110010 1001 101010

Color Harmonies of #627460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627460

Black with #627460

Text Example


Text Example

White with #627460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627460; }

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

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

background-color css

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

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

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

border-color css

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

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

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