Html Css Color HEX #627A5E Finlandia

📋 copy color: '#627A5E'

red 98 ◦ green 122 ◦ blue 94

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

Shades of Finlandia #627A5E

Tints of Finlandia #627A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.85%

 BLUE value IS 94 (37.11% from 255) = 29.94%

R = 31.21%
G = 38.85%
B = 29.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#627A5E (or 0x627A5E) is known color: Finlandia. HEX triplet: 62, 7A and 5E. RGB value is (98,122,94). Sum of RGB (Red+Green+Blue) = 98+122+94=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 122 - color contains mainly: green. Hex color #627A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627A5E is #9D85A1. Grayscale: #6F6F6F. Windows color (decimal): -10323362 or 6191714. OLE color: 6191714.

HSL color Cylindrical-coordinate representation of color #627A5E: hue angle of 111.43º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #627A5E is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 98 122 94 -
CMYK 0.20 0 0.23 0.52
HSL 111.43º 0.13% 0.42% -
HSV(B) 111.43º 0.23% 0.48% -
XYZ 14.02 17.32 13.19 -
YUV 111.63 118.05 118.28 -
System Red Green Blue C M Y K H S L
Decimal 98 122 94 0.20 0 0.23 0.52 111.43 0.13 0.42
Hex 62 7A 5E 14 0 17 34 6F D 2A
Octal 142 172 136 24 0 27 64 157 15 52
Binary 1100010 1111010 1011110 10100 0 10111 110100 1101111 1101 101010

Color Harmonies of #627A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627A5E

Black with #627A5E

Text Example


Text Example

White with #627A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627A5E; }

 p { color: rgb(98,122,94); }

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

background-color css

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

 a { background-color: rgb(98,122,94); }

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

border-color css

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

 span { border-color: rgb(98,122,94); }

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