Html Css Color HEX #616E60 Finlandia

📋 copy color: '#616E60'

red 97 ◦ green 110 ◦ blue 96

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

Shades of Finlandia #616E60

Tints of Finlandia #616E60

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.3%

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

R = 32.01%
G = 36.3%
B = 31.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#616E60 (or 0x616E60) is known color: Finlandia. HEX triplet: 61, 6E and 60. RGB value is (97,110,96). Sum of RGB (Red+Green+Blue) = 97+110+96=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 110 - color contains mainly: green. Hex color #616E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E60 is #9E919F. Grayscale: #686868. Windows color (decimal): -10391968 or 6319713. OLE color: 6319713.

HSL color Cylindrical-coordinate representation of color #616E60: hue angle of 115.71º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616E60 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 97 110 96 -
CMYK 0.12 0 0.13 0.57
HSL 115.71º 0.07% 0.4% -
HSV(B) 115.71º 0.13% 0.43% -
XYZ 12.62 14.54 13.21 -
YUV 104.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 97 110 96 0.12 0 0.13 0.57 115.71 0.07 0.4
Hex 61 6E 60 C 0 D 39 74 7 28
Octal 141 156 140 14 0 15 71 164 7 50
Binary 1100001 1101110 1100000 1100 0 1101 111001 1110100 111 101000

Color Harmonies of #616E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616E60

Black with #616E60

Text Example


Text Example

White with #616E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,110,96); }

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

background-color css

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

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

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

border-color css

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

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

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