#60725B

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

Shades of Finlandia #60725B

Tints of Finlandia #60725B

Color information

#60725B (or 0x60725B) is unknown color: approx Finlandia. HEX triplet: 60, 72 and 5B. RGB value is (96,114,91). Sum of RGB (Red+Green+Blue) = 96+114+91=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 114 - color contains mainly: green. Hex color #60725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60725B is #9F8DA4. Grayscale: #6A6A6A. Windows color (decimal): -10456485 or 5993056. OLE color: 5993056.

HSL color Cylindrical-coordinate representation of color #60725B: hue angle of 106.96º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #60725B is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB9611491-
CMYK0.1600.200.55
HSL106.96º11.22%40.2%-
HSV(B)106.96º20.18%44.71%-
XYZ12.7315.2812.18-
YUV106119.54120.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.89%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 91 (35.94% from 255) = 30.23%
R=31.89%
G=37.87%
B=30.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96114910.1600.200.55106.9611.2240.2
Hex60725B10014376bb28
Octal14016213320024671531350
Binary1100000111001010110111000001010011011111010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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