#61705B

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

Shades of Finlandia #61705B

Tints of Finlandia #61705B

Color information

#61705B (or 0x61705B) is unknown color: approx Finlandia. HEX triplet: 61, 70 and 5B. RGB value is (97,112,91). Sum of RGB (Red+Green+Blue) = 97+112+91=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #61705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61705B is #9E8FA4. Grayscale: #696969. Windows color (decimal): -10391461 or 5992545. OLE color: 5992545.

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

Color convert

RGB9711291-
CMYK0.1300.190.56
HSL102.86º10.34%39.8%-
HSV(B)102.86º18.75%43.92%-
XYZ12.6114.8912.11-
YUV105.12120.03122.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.33%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 91 (35.94% from 255) = 30.33%
R=32.33%
G=37.33%
B=30.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97112910.1300.190.56102.8610.3439.8
Hex61705BD0133867a28
Octal14116013315023701471250
Binary110000111100001011011110101001111100011001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61705B; }

 p { color: rgb(97,112,91); }

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

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

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

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

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

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

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