#5F705F

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

Shades of Finlandia #5F705F

Tints of Finlandia #5F705F

Color information

#5F705F (or 0x5F705F) is unknown color: approx Finlandia. HEX triplet: 5F, 70 and 5F. RGB value is (95,112,95). Sum of RGB (Red+Green+Blue) = 95+112+95=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 112 - color contains mainly: green. Hex color #5F705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F705F is #A08FA0. Grayscale: #696969. Windows color (decimal): -10522529 or 6254687. OLE color: 6254687.

HSL color Cylindrical-coordinate representation of color #5F705F: hue angle of 120º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5F705F is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB9511295-
CMYK0.1500.150.56
HSL120º8.21%40.59%-
HSV(B)120º15.18%43.92%-
XYZ12.5814.8513.03-
YUV104.98122.37120.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.46%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=31.46%
G=37.09%
B=31.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95112950.1500.150.561208.2140.59
Hex5F705FF0F3878829
Octal13716013717017701701051
Binary10111111110000101111111110111111100011110001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F705F; }

 p { color: rgb(95,112,95); }

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

<style>
 a { background-color: #5F705F; }

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

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

<style>
 span { border-color: #5F705F; }

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

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