#60725A

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

Shades of Finlandia #60725A

Tints of Finlandia #60725A

Color information

#60725A (or 0x60725A) is unknown color: approx Finlandia. HEX triplet: 60, 72 and 5A. RGB value is (96,114,90). Sum of RGB (Red+Green+Blue) = 96+114+90=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 114 - color contains mainly: green. Hex color #60725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60725A is #9F8DA5. Grayscale: #696969. Windows color (decimal): -10456486 or 5927520. OLE color: 5927520.

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

Color convert

RGB9611490-
CMYK0.1600.210.55
HSL105º11.76%40%-
HSV(B)105º21.05%44.71%-
XYZ12.6915.2611.95-
YUV105.88119.04120.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 90 (35.55% from 255) = 30%
R=32%
G=38%
B=30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96114900.1600.210.5510511.7640
Hex60725A100153769c28
Octal14016213220025671511450
Binary1100000111001010110101000001010111011111010011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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