#60705A

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

Shades of Finlandia #60705A

Tints of Finlandia #60705A

Color information

#60705A (or 0x60705A) is unknown color: approx Finlandia. HEX triplet: 60, 70 and 5A. RGB value is (96,112,90). Sum of RGB (Red+Green+Blue) = 96+112+90=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #60705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60705A is #9F8FA5. Grayscale: #686868. Windows color (decimal): -10456998 or 5927008. OLE color: 5927008.

HSL color Cylindrical-coordinate representation of color #60705A: hue angle of 103.64º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #60705A is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB9611290-
CMYK0.1400.200.56
HSL103.64º10.89%39.61%-
HSV(B)103.64º19.64%43.92%-
XYZ12.4614.8111.88-
YUV104.71119.7121.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 112 (44.14% from 255) = 37.58%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=32.21%
G=37.58%
B=30.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96112900.1400.200.56103.6410.8939.61
Hex60705AE0143868b28
Octal14016013216024701501350
Binary110000011100001011010111001010011100011010001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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