#61725B

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

Shades of Finlandia #61725B

Tints of Finlandia #61725B

Color information

#61725B (or 0x61725B) is unknown color: approx Finlandia. HEX triplet: 61, 72 and 5B. RGB value is (97,114,91). Sum of RGB (Red+Green+Blue) = 97+114+91=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 114 - color contains mainly: green. Hex color #61725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61725B is #9E8DA4. Grayscale: #6A6A6A. Windows color (decimal): -10390949 or 5993057. OLE color: 5993057.

HSL color Cylindrical-coordinate representation of color #61725B: hue angle of 104.35º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61725B is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB9711491-
CMYK0.1500.200.55
HSL104.35º11.22%40.2%-
HSV(B)104.35º20.18%44.71%-
XYZ12.8415.3312.18-
YUV106.29119.37121.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.12%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 91 (35.94% from 255) = 30.13%
R=32.12%
G=37.75%
B=30.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97114910.1500.200.55104.3511.2240.2
Hex61725BF0143768b28
Octal14116213317024671501350
Binary110000111100101011011111101010011011111010001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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