#5F745F

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

Shades of Finlandia #5F745F

Tints of Finlandia #5F745F

Color information

#5F745F (or 0x5F745F) is unknown color: approx Finlandia. HEX triplet: 5F, 74 and 5F. RGB value is (95,116,95). Sum of RGB (Red+Green+Blue) = 95+116+95=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #5F745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F745F is #A08BA0. Grayscale: #6B6B6B. Windows color (decimal): -10521505 or 6255711. OLE color: 6255711.

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

Color convert

RGB9511695-
CMYK0.1800.180.55
HSL120º9.95%41.37%-
HSV(B)120º18.1%45.49%-
XYZ13.0315.7513.18-
YUV107.33121.04119.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.05%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 95 (37.5% from 255) = 31.05%
R=31.05%
G=37.91%
B=31.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95116950.1800.180.551209.9541.37
Hex5F745F120123778a29
Octal13716413722022671701251
Binary1011111111010010111111001001001011011111110001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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