Html Css Color HEX #616F5D Finlandia

📋 copy color: '#616F5D'

red 97 ◦ green 111 ◦ blue 93

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

Shades of Finlandia #616F5D

Tints of Finlandia #616F5D

RGB

 RED value IS 97 (38.28% from 255) = 32.23%

 GREEN value IS 111 (43.75% from 255) = 36.88%

 BLUE value IS 93 (36.72% from 255) = 30.9%

R = 32.23%
G = 36.88%
B = 30.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#616F5D (or 0x616F5D) is known color: Finlandia. HEX triplet: 61, 6F and 5D. RGB value is (97,111,93). Sum of RGB (Red+Green+Blue) = 97+111+93=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 111 - color contains mainly: green. Hex color #616F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F5D is #9E90A2. Grayscale: #686868. Windows color (decimal): -10391715 or 6123361. OLE color: 6123361.

HSL color Cylindrical-coordinate representation of color #616F5D: hue angle of 106.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #616F5D is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 111 93 -
CMYK 0.13 0 0.16 0.56
HSL 106.67º 0.09% 0.4% -
HSV(B) 106.67º 0.16% 0.44% -
XYZ 12.59 14.7 12.53 -
YUV 104.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 97 111 93 0.13 0 0.16 0.56 106.67 0.09 0.4
Hex 61 6F 5D D 0 10 38 6B 9 28
Octal 141 157 135 15 0 20 70 153 11 50
Binary 1100001 1101111 1011101 1101 0 10000 111000 1101011 1001 101000

Color Harmonies of #616F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F5D

Black with #616F5D

Text Example


Text Example

White with #616F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616F5D; }

 p { color: rgb(97,111,93); }

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

background-color css

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

 a { background-color: rgb(97,111,93); }

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

border-color css

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

 span { border-color: rgb(97,111,93); }

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