Html Css Color HEX #617561 Finlandia

📋 copy color: '#617561'

red 97 ◦ green 117 ◦ blue 97

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

Shades of Finlandia #617561

Tints of Finlandia #617561

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.62%

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

R = 31.19%
G = 37.62%
B = 31.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#617561 (or 0x617561) is known color: Finlandia. HEX triplet: 61, 75 and 61. RGB value is (97,117,97). Sum of RGB (Red+Green+Blue) = 97+117+97=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #617561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617561 is #9E8A9E. Grayscale: #6C6C6C. Windows color (decimal): -10390175 or 6387041. OLE color: 6387041.

HSL color Cylindrical-coordinate representation of color #617561: hue angle of 120º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #617561 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 117 97 -
CMYK 0.17 0 0.17 0.54
HSL 120º 0.09% 0.42% -
HSV(B) 120º 0.17% 0.46% -
XYZ 13.45 16.13 13.71 -
YUV 108.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 97 117 97 0.17 0 0.17 0.54 120 0.09 0.42
Hex 61 75 61 11 0 11 36 78 9 2A
Octal 141 165 141 21 0 21 66 170 11 52
Binary 1100001 1110101 1100001 10001 0 10001 110110 1111000 1001 101010

Color Harmonies of #617561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617561

Black with #617561

Text Example


Text Example

White with #617561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617561; }

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

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

background-color css

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

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

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

border-color css

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

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

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