#60775D

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

Shades of Finlandia #60775D

Tints of Finlandia #60775D

Color information

#60775D (or 0x60775D) is unknown color: approx Finlandia. HEX triplet: 60, 77 and 5D. RGB value is (96,119,93). Sum of RGB (Red+Green+Blue) = 96+119+93=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #60775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60775D is #9F88A2. Grayscale: #6D6D6D. Windows color (decimal): -10455203 or 6125408. OLE color: 6125408.

HSL color Cylindrical-coordinate representation of color #60775D: hue angle of 113.08º 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 #60775D is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB9611993-
CMYK0.1900.220.53
HSL113.08º12.26%41.57%-
HSV(B)113.08º21.85%46.67%-
XYZ13.416.4712.83-
YUV109.16118.88118.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=31.17%
G=38.64%
B=30.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96119930.1900.220.53113.0812.2641.57
Hex60775D130163571c2a
Octal14016713523026651611452
Binary1100000111011110111011001101011011010111100011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60775D; }

 p { color: rgb(96,119,93); }

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

<style>
 a { background-color: #60775D; }

 a { background-color: rgb(96,119,93); }

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

<style>
 span { border-color: #60775D; }

 span { border-color: rgb(96,119,93); }

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