Html Css Color HEX #616861 Finlandia

📋 copy color: '#616861'

red 97 ◦ green 104 ◦ blue 97

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

Shades of Finlandia #616861

Tints of Finlandia #616861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.9%

 BLUE value IS 97 (38.28% from 255) = 32.55%

R = 32.55%
G = 34.9%
B = 32.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#616861 (or 0x616861) is known color: Finlandia. HEX triplet: 61, 68 and 61. RGB value is (97,104,97). Sum of RGB (Red+Green+Blue) = 97+104+97=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 104 - color contains mainly: green. Hex color #616861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616861 is #9E979E. Grayscale: #656565. Windows color (decimal): -10393503 or 6383713. OLE color: 6383713.

HSL color Cylindrical-coordinate representation of color #616861: hue angle of 120º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #616861 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 104 97 -
CMYK 0.07 0 0.07 0.59
HSL 120º 0.03% 0.39% -
HSV(B) 120º 0.07% 0.41% -
XYZ 12.04 13.31 13.24 -
YUV 101.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 97 104 97 0.07 0 0.07 0.59 120 0.03 0.39
Hex 61 68 61 7 0 7 3B 78 3 27
Octal 141 150 141 7 0 7 73 170 3 47
Binary 1100001 1101000 1100001 111 0 111 111011 1111000 11 100111

Color Harmonies of #616861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616861

Black with #616861

Text Example


Text Example

White with #616861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616861; }

 p { color: rgb(97,104,97); }

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

background-color css

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

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

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

border-color css

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

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

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