#60765B

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

Shades of Finlandia #60765B

Tints of Finlandia #60765B

Color information

#60765B (or 0x60765B) is unknown color: approx Finlandia. HEX triplet: 60, 76 and 5B. RGB value is (96,118,91). Sum of RGB (Red+Green+Blue) = 96+118+91=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #60765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60765B is #9F89A4. Grayscale: #6C6C6C. Windows color (decimal): -10455461 or 5994080. OLE color: 5994080.

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

Color convert

RGB9611891-
CMYK0.1900.230.54
HSL108.89º12.92%40.98%-
HSV(B)108.89º22.88%46.27%-
XYZ13.1916.212.33-
YUV108.34118.21119.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.48%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=31.48%
G=38.69%
B=29.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96118910.1900.230.54108.8912.9240.98
Hex60765B13017366dd29
Octal14016613323027661551551
Binary1100000111011010110111001101011111011011011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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