Html Css Color HEX #616F5E Finlandia

📋 copy color: '#616F5E'

red 97 ◦ green 111 ◦ blue 94

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

Shades of Finlandia #616F5E

Tints of Finlandia #616F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 32.12%
G = 36.75%
B = 31.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#616F5E (or 0x616F5E) is known color: Finlandia. HEX triplet: 61, 6F and 5E. RGB value is (97,111,94). Sum of RGB (Red+Green+Blue) = 97+111+94=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 111 - color contains mainly: green. Hex color #616F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F5E is #9E90A1. Grayscale: #686868. Windows color (decimal): -10391714 or 6188897. OLE color: 6188897.

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

Color convert

RGB 97 111 94 -
CMYK 0.13 0 0.15 0.56
HSL 109.41º 0.08% 0.4% -
HSV(B) 109.41º 0.15% 0.44% -
XYZ 12.63 14.72 12.76 -
YUV 104.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 97 111 94 0.13 0 0.15 0.56 109.41 0.08 0.4
Hex 61 6F 5E D 0 F 38 6D 8 28
Octal 141 157 136 15 0 17 70 155 10 50
Binary 1100001 1101111 1011110 1101 0 1111 111000 1101101 1000 101000

Color Harmonies of #616F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F5E

Black with #616F5E

Text Example


Text Example

White with #616F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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