Html Css Color HEX #627760 Finlandia

📋 copy color: '#627760'

red 98 ◦ green 119 ◦ blue 96

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

Shades of Finlandia #627760

Tints of Finlandia #627760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.02%

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

R = 31.31%
G = 38.02%
B = 30.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#627760 (or 0x627760) is known color: Finlandia. HEX triplet: 62, 77 and 60. RGB value is (98,119,96). Sum of RGB (Red+Green+Blue) = 98+119+96=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #627760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627760 is #9D889F. Grayscale: #6E6E6E. Windows color (decimal): -10324128 or 6322018. OLE color: 6322018.

HSL color Cylindrical-coordinate representation of color #627760: hue angle of 114.78º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #627760 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 98 119 96 -
CMYK 0.18 0 0.19 0.53
HSL 114.78º 0.11% 0.42% -
HSV(B) 114.78º 0.19% 0.47% -
XYZ 13.75 16.63 13.55 -
YUV 110.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 98 119 96 0.18 0 0.19 0.53 114.78 0.11 0.42
Hex 62 77 60 12 0 13 35 73 B 2A
Octal 142 167 140 22 0 23 65 163 13 52
Binary 1100010 1110111 1100000 10010 0 10011 110101 1110011 1011 101010

Color Harmonies of #627760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627760

Black with #627760

Text Example


Text Example

White with #627760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627760; }

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

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

background-color css

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

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

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

border-color css

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

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

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