#5E705E

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

Shades of Finlandia #5E705E

Tints of Finlandia #5E705E

Color information

#5E705E (or 0x5E705E) is unknown color: approx Finlandia. HEX triplet: 5E, 70 and 5E. RGB value is (94,112,94). Sum of RGB (Red+Green+Blue) = 94+112+94=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #5E705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E705E is #A18FA1. Grayscale: #686868. Windows color (decimal): -10588066 or 6189150. OLE color: 6189150.

HSL color Cylindrical-coordinate representation of color #5E705E: hue angle of 120º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5E705E is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB9411294-
CMYK0.1600.160.56
HSL120º8.74%40.39%-
HSV(B)120º16.07%43.92%-
XYZ12.4314.7812.79-
YUV104.57122.04120.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.33%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=31.33%
G=37.33%
B=31.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94112940.1600.160.561208.7440.39
Hex5E705E100103878928
Octal13616013620020701701150
Binary1011110111000010111101000001000011100011110001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,112,94); }

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

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

 a { background-color: rgb(94,112,94); }

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

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

 span { border-color: rgb(94,112,94); }

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