#60785E

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

Shades of Finlandia #60785E

Tints of Finlandia #60785E

Color information

#60785E (or 0x60785E) is unknown color: approx Finlandia. HEX triplet: 60, 78 and 5E. RGB value is (96,120,94). Sum of RGB (Red+Green+Blue) = 96+120+94=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 120 - color contains mainly: green. Hex color #60785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60785E is #9F87A1. Grayscale: #6D6D6D. Windows color (decimal): -10454946 or 6191200. OLE color: 6191200.

HSL color Cylindrical-coordinate representation of color #60785E: hue angle of 115.38º degrees, saturation: 0.12, 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 #60785E is Cyan = 0.2, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB9612094-
CMYK0.200.220.53
HSL115.38º12.15%41.96%-
HSV(B)115.38º21.67%47.06%-
XYZ13.5616.7313.1-
YUV109.86119.05118.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.97%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=30.97%
G=38.71%
B=30.32%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96120940.200.220.53115.3812.1541.96
Hex60785E140163573c2a
Octal14017013624026651631452
Binary1100000111100010111101010001011011010111100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60785E; }

 p { color: rgb(96,120,94); }

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

<style>
 a { background-color: #60785E; }

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

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

<style>
 span { border-color: #60785E; }

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

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