#5F6E60

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

Shades of Finlandia #5F6E60

Tints of Finlandia #5F6E60

Color information

#5F6E60 (or 0x5F6E60) is unknown color: approx Finlandia. HEX triplet: 5F, 6E and 60. RGB value is (95,110,96). Sum of RGB (Red+Green+Blue) = 95+110+96=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 110 - color contains mainly: green. Hex color #5F6E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6E60 is #A0919F. Grayscale: #676767. Windows color (decimal): -10523040 or 6319711. OLE color: 6319711.

HSL color Cylindrical-coordinate representation of color #5F6E60: hue angle of 124º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F6E60 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB9511096-
CMYK0.1400.130.57
HSL124º7.32%40.2%-
HSV(B)124º13.64%43.14%-
XYZ12.4114.4313.2-
YUV103.92123.53121.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.56%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=31.56%
G=36.54%
B=31.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95110960.1400.130.571247.3240.2
Hex5F6E60E0D397c728
Octal1371561401601571174750
Binary1011111110111011000001110011011110011111100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,110,96); }

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

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

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

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

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

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

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