Html Css Color HEX #627560 Finlandia

📋 copy color: '#627560'

red 98 ◦ green 117 ◦ blue 96

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

Shades of Finlandia #627560

Tints of Finlandia #627560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.62%

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

R = 31.51%
G = 37.62%
B = 30.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#627560 (or 0x627560) is known color: Finlandia. HEX triplet: 62, 75 and 60. RGB value is (98,117,96). Sum of RGB (Red+Green+Blue) = 98+117+96=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #627560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627560 is #9D8A9F. Grayscale: #6C6C6C. Windows color (decimal): -10324640 or 6321506. OLE color: 6321506.

HSL color Cylindrical-coordinate representation of color #627560: hue angle of 114.29º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #627560 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 98 117 96 -
CMYK 0.16 0 0.18 0.54
HSL 114.29º 0.1% 0.42% -
HSV(B) 114.29º 0.18% 0.46% -
XYZ 13.51 16.16 13.47 -
YUV 108.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 98 117 96 0.16 0 0.18 0.54 114.29 0.1 0.42
Hex 62 75 60 10 0 12 36 72 A 2A
Octal 142 165 140 20 0 22 66 162 12 52
Binary 1100010 1110101 1100000 10000 0 10010 110110 1110010 1010 101010

Color Harmonies of #627560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627560

Black with #627560

Text Example


Text Example

White with #627560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627560; }

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

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

background-color css

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

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

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

border-color css

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

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

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