#61755A

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

Shades of Finlandia #61755A

Tints of Finlandia #61755A

Color information

#61755A (or 0x61755A) is unknown color: approx Finlandia. HEX triplet: 61, 75 and 5A. RGB value is (97,117,90). Sum of RGB (Red+Green+Blue) = 97+117+90=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #61755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61755A is #9E8AA5. Grayscale: #6C6C6C. Windows color (decimal): -10390182 or 5928289. OLE color: 5928289.

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

Color convert

RGB9711790-
CMYK0.1700.230.54
HSL104.44º13.04%40.59%-
HSV(B)104.44º23.08%45.88%-
XYZ13.141612.07-
YUV107.94117.87120.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 90 (35.55% from 255) = 29.61%
R=31.91%
G=38.49%
B=29.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97117900.1700.230.54104.4413.0440.59
Hex61755A110173668d29
Octal14116513221027661501551
Binary1100001111010110110101000101011111011011010001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61755A; }

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

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

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

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

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

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

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

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