Html Css Color HEX #627C5F Finlandia

📋 copy color: '#627C5F'

red 98 ◦ green 124 ◦ blue 95

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

Shades of Finlandia #627C5F

Tints of Finlandia #627C5F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.12%

 BLUE value IS 95 (37.5% from 255) = 29.97%

R = 30.91%
G = 39.12%
B = 29.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#627C5F (or 0x627C5F) is known color: Finlandia. HEX triplet: 62, 7C and 5F. RGB value is (98,124,95). Sum of RGB (Red+Green+Blue) = 98+124+95=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 124 - color contains mainly: green. Hex color #627C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627C5F is #9D83A0. Grayscale: #717171. Windows color (decimal): -10322849 or 6257762. OLE color: 6257762.

HSL color Cylindrical-coordinate representation of color #627C5F: hue angle of 113.79º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #627C5F is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 124 95 -
CMYK 0.21 0 0.23 0.51
HSL 113.79º 0.13% 0.43% -
HSV(B) 113.79º 0.23% 0.49% -
XYZ 14.31 17.84 13.52 -
YUV 112.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 98 124 95 0.21 0 0.23 0.51 113.79 0.13 0.43
Hex 62 7C 5F 15 0 17 33 72 D 2B
Octal 142 174 137 25 0 27 63 162 15 53
Binary 1100010 1111100 1011111 10101 0 10111 110011 1110010 1101 101011

Color Harmonies of #627C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627C5F

Black with #627C5F

Text Example


Text Example

White with #627C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,124,95); }

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

background-color css

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

 a { background-color: rgb(98,124,95); }

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

border-color css

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

 span { border-color: rgb(98,124,95); }

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