#668060

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

Shades of Finlandia #668060

Tints of Finlandia #668060

Color information

#668060 (or 0x668060) is unknown color: approx Finlandia. HEX triplet: 66, 80 and 60. RGB value is (102,128,96). Sum of RGB (Red+Green+Blue) = 102+128+96=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 128 - color contains mainly: green. Hex color #668060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668060 is #997F9F. Grayscale: #747474. Windows color (decimal): -10059680 or 6324326. OLE color: 6324326.

HSL color Cylindrical-coordinate representation of color #668060: hue angle of 108.75º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #668060 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB10212896-
CMYK0.2000.250.50
HSL108.75º14.29%43.92%-
HSV(B)108.75º25%50.2%-
XYZ15.3119.1113.95-
YUV116.58116.39117.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 128 (50.39% from 255) = 39.26%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=31.29%
G=39.26%
B=29.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102128960.2000.250.50108.7514.2943.92
Hex66806014019326de2c
Octal14620014024031621551654
Binary11001101000000011000001010001100111001011011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668060; }

 p { color: rgb(102,128,96); }

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

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

 a { background-color: rgb(102,128,96); }

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

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

 span { border-color: rgb(102,128,96); }

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