#60765F

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

Shades of Finlandia #60765F

Tints of Finlandia #60765F

Color information

#60765F (or 0x60765F) is unknown color: approx Finlandia. HEX triplet: 60, 76 and 5F. RGB value is (96,118,95). Sum of RGB (Red+Green+Blue) = 96+118+95=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #60765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60765F is #9F89A0. Grayscale: #6C6C6C. Windows color (decimal): -10455457 or 6256224. OLE color: 6256224.

HSL color Cylindrical-coordinate representation of color #60765F: hue angle of 117.39º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #60765F is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB9611895-
CMYK0.1900.190.54
HSL117.39º10.8%41.76%-
HSV(B)117.39º19.49%46.27%-
XYZ13.3716.2713.26-
YUV108.8120.21118.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.07%
GREEN value IS 118 (46.48% from 255) = 38.19%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=31.07%
G=38.19%
B=30.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96118950.1900.190.54117.3910.841.76
Hex60765F130133675b2a
Octal14016613723023661651352
Binary1100000111011010111111001101001111011011101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60765F; }

 p { color: rgb(96,118,95); }

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

<style>
 a { background-color: #60765F; }

 a { background-color: rgb(96,118,95); }

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

<style>
 span { border-color: #60765F; }

 span { border-color: rgb(96,118,95); }

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