#60725D

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

Shades of Finlandia #60725D

Tints of Finlandia #60725D

Color information

#60725D (or 0x60725D) is unknown color: approx Finlandia. HEX triplet: 60, 72 and 5D. RGB value is (96,114,93). Sum of RGB (Red+Green+Blue) = 96+114+93=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #60725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60725D is #9F8DA2. Grayscale: #6A6A6A. Windows color (decimal): -10456483 or 6124128. OLE color: 6124128.

HSL color Cylindrical-coordinate representation of color #60725D: hue angle of 111.43º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #60725D is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB9611493-
CMYK0.1600.180.55
HSL111.43º10.14%40.59%-
HSV(B)111.43º18.42%44.71%-
XYZ12.8215.3112.64-
YUV106.22120.54120.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=31.68%
G=37.62%
B=30.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96114930.1600.180.55111.4310.1440.59
Hex60725D10012376fa29
Octal14016213520022671571251
Binary1100000111001010111011000001001011011111011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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