Html Css Color HEX #637060 Finlandia

📋 copy color: '#637060'

red 99 ◦ green 112 ◦ blue 96

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

Shades of Finlandia #637060

Tints of Finlandia #637060

RGB

 RED value IS 99 (39.06% from 255) = 32.25%

 GREEN value IS 112 (44.14% from 255) = 36.48%

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

R = 32.25%
G = 36.48%
B = 31.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#637060 (or 0x637060) is known color: Finlandia. HEX triplet: 63, 70 and 60. RGB value is (99,112,96). Sum of RGB (Red+Green+Blue) = 99+112+96=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 112 - color contains mainly: green. Hex color #637060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637060 is #9C8F9F. Grayscale: #6A6A6A. Windows color (decimal): -10260384 or 6320227. OLE color: 6320227.

HSL color Cylindrical-coordinate representation of color #637060: hue angle of 108.75º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #637060 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 112 96 -
CMYK 0.12 0 0.14 0.56
HSL 108.75º 0.08% 0.41% -
HSV(B) 108.75º 0.14% 0.44% -
XYZ 13.05 15.09 13.29 -
YUV 106.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 99 112 96 0.12 0 0.14 0.56 108.75 0.08 0.41
Hex 63 70 60 C 0 E 38 6D 8 29
Octal 143 160 140 14 0 16 70 155 10 51
Binary 1100011 1110000 1100000 1100 0 1110 111000 1101101 1000 101001

Color Harmonies of #637060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637060

Black with #637060

Text Example


Text Example

White with #637060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637060; }

 p { color: rgb(99,112,96); }

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

background-color css

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

 a { background-color: rgb(99,112,96); }

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

border-color css

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

 span { border-color: rgb(99,112,96); }

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