#5F795D

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

Shades of Finlandia #5F795D

Tints of Finlandia #5F795D

Color information

#5F795D (or 0x5F795D) is unknown color: approx Finlandia. HEX triplet: 5F, 79 and 5D. RGB value is (95,121,93). Sum of RGB (Red+Green+Blue) = 95+121+93=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #5F795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F795D is #A086A2. Grayscale: #6E6E6E. Windows color (decimal): -10520227 or 6125919. OLE color: 6125919.

HSL color Cylindrical-coordinate representation of color #5F795D: hue angle of 115.71º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F795D is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB9512193-
CMYK0.2100.230.53
HSL115.71º13.08%41.96%-
HSV(B)115.71º23.14%47.45%-
XYZ13.5316.912.9-
YUV110.03118.39117.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.74%
GREEN value IS 121 (47.66% from 255) = 39.16%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=30.74%
G=39.16%
B=30.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95121930.2100.230.53115.7113.0841.96
Hex5F795D150173574d2a
Octal13717113525027651641552
Binary1011111111100110111011010101011111010111101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,121,93); }

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

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

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

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

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

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

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