#5F785B

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

Shades of Finlandia #5F785B

Tints of Finlandia #5F785B

Color information

#5F785B (or 0x5F785B) is unknown color: approx Finlandia. HEX triplet: 5F, 78 and 5B. RGB value is (95,120,91). Sum of RGB (Red+Green+Blue) = 95+120+91=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #5F785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F785B is #A087A4. Grayscale: #6D6D6D. Windows color (decimal): -10520485 or 5994591. OLE color: 5994591.

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

Color convert

RGB9512091-
CMYK0.2100.240.53
HSL111.72º13.74%41.37%-
HSV(B)111.72º24.17%47.06%-
XYZ13.3216.6212.4-
YUV109.22117.72117.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.05%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=31.05%
G=39.22%
B=29.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95120910.2100.240.53111.7213.7441.37
Hex5F785B150183570e29
Octal13717013325030651601651
Binary1011111111100010110111010101100011010111100001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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