#60755B

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

Shades of Finlandia #60755B

Tints of Finlandia #60755B

Color information

#60755B (or 0x60755B) is unknown color: approx Finlandia. HEX triplet: 60, 75 and 5B. RGB value is (96,117,91). Sum of RGB (Red+Green+Blue) = 96+117+91=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #60755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60755B is #9F8AA4. Grayscale: #6B6B6B. Windows color (decimal): -10455717 or 5993824. OLE color: 5993824.

HSL color Cylindrical-coordinate representation of color #60755B: hue angle of 108.46º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #60755B is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB9611791-
CMYK0.1800.220.54
HSL108.46º12.5%40.78%-
HSV(B)108.46º22.22%45.88%-
XYZ13.0715.9612.29-
YUV107.76118.54119.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.58%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 91 (35.94% from 255) = 29.93%
R=31.58%
G=38.49%
B=29.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96117910.1800.220.54108.4612.540.78
Hex60755B12016366cc29
Octal14016513322026661541451
Binary1100000111010110110111001001011011011011011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60755B; }

 p { color: rgb(96,117,91); }

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

<style>
 a { background-color: #60755B; }

 a { background-color: rgb(96,117,91); }

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

<style>
 span { border-color: #60755B; }

 span { border-color: rgb(96,117,91); }

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