#61735D

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

Shades of Finlandia #61735D

Tints of Finlandia #61735D

Color information

#61735D (or 0x61735D) is unknown color: approx Finlandia. HEX triplet: 61, 73 and 5D. RGB value is (97,115,93). Sum of RGB (Red+Green+Blue) = 97+115+93=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 115 - color contains mainly: green. Hex color #61735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61735D is #9E8CA2. Grayscale: #6B6B6B. Windows color (decimal): -10390691 or 6124385. OLE color: 6124385.

HSL color Cylindrical-coordinate representation of color #61735D: hue angle of 109.09º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #61735D is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB9711593-
CMYK0.1600.190.55
HSL109.09º10.58%40.78%-
HSV(B)109.09º19.13%45.1%-
XYZ13.0415.5912.68-
YUV107.11120.04120.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 115 (45.31% from 255) = 37.70%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=31.80%
G=37.70%
B=30.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97115930.1600.190.55109.0910.5840.78
Hex61735D10013376db29
Octal14116313520023671551351
Binary1100001111001110111011000001001111011111011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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