#61775D

Color #61775D Finlandia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finlandia #61775D

Tints of Finlandia #61775D

Color information

#61775D (or 0x61775D) is unknown color: approx Finlandia. HEX triplet: 61, 77 and 5D. RGB value is (97,119,93). Sum of RGB (Red+Green+Blue) = 97+119+93=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #61775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61775D is #9E88A2. Grayscale: #6D6D6D. Windows color (decimal): -10389667 or 6125409. OLE color: 6125409.

HSL color Cylindrical-coordinate representation of color #61775D: hue angle of 110.77º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61775D is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB9711993-
CMYK0.1800.220.53
HSL110.77º12.26%41.57%-
HSV(B)110.77º21.85%46.67%-
XYZ13.516.5312.83-
YUV109.46118.71119.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.39%
GREEN value IS 119 (46.88% from 255) = 38.51%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=31.39%
G=38.51%
B=30.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97119930.1800.220.53110.7712.2641.57
Hex61775D12016356fc2a
Octal14116713522026651571452
Binary1100001111011110111011001001011011010111011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61775D; }

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

 H1.HeaderClassName
 {
   color: #61775D;
 }
 .AnyTagClassName
 {
   color: #61775D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #61775D;
 }
 .BgClassName
 {
   background-color: #61775D;
 }
</style>
border-color css

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

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

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