#5F785D

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

Shades of Finlandia #5F785D

Tints of Finlandia #5F785D

Color information

#5F785D (or 0x5F785D) is unknown color: approx Finlandia. HEX triplet: 5F, 78 and 5D. RGB value is (95,120,93). Sum of RGB (Red+Green+Blue) = 95+120+93=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #5F785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F785D is #A087A2. Grayscale: #6D6D6D. Windows color (decimal): -10520483 or 6125663. OLE color: 6125663.

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

Color convert

RGB9512093-
CMYK0.2100.220.53
HSL115.56º12.68%41.76%-
HSV(B)115.56º22.5%47.06%-
XYZ13.4116.6612.86-
YUV109.45118.72117.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.84%
GREEN value IS 120 (47.27% from 255) = 38.96%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=30.84%
G=38.96%
B=30.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95120930.2100.220.53115.5612.6841.76
Hex5F785D150163574d2a
Octal13717013525026651641552
Binary1011111111100010111011010101011011010111101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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