#5F795A

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

Shades of Finlandia #5F795A

Tints of Finlandia #5F795A

Color information

#5F795A (or 0x5F795A) is unknown color: approx Finlandia. HEX triplet: 5F, 79 and 5A. RGB value is (95,121,90). Sum of RGB (Red+Green+Blue) = 95+121+90=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #5F795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F795A is #A086A5. Grayscale: #6D6D6D. Windows color (decimal): -10520230 or 5929311. OLE color: 5929311.

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

Color convert

RGB9512190-
CMYK0.2100.260.53
HSL110.32º14.69%41.37%-
HSV(B)110.32º25.62%47.45%-
XYZ13.416.8512.22-
YUV109.69116.89117.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.05%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=31.05%
G=39.54%
B=29.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95121900.2100.260.53110.3214.6941.37
Hex5F795A1501A356ef29
Octal13717113225032651561751
Binary1011111111100110110101010101101011010111011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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