#667F61

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

Shades of Finlandia #667F61

Tints of Finlandia #667F61

Color information

#667F61 (or 0x667F61) is unknown color: approx Finlandia. HEX triplet: 66, 7F and 61. RGB value is (102,127,97). Sum of RGB (Red+Green+Blue) = 102+127+97=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 127 - color contains mainly: green. Hex color #667F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667F61 is #99809E. Grayscale: #747474. Windows color (decimal): -10059935 or 6389606. OLE color: 6389606.

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

Color convert

RGB10212797-
CMYK0.2000.240.50
HSL110º13.39%43.92%-
HSV(B)110º23.62%49.8%-
XYZ15.2318.8714.15-
YUV116.1117.22117.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 127 (50% from 255) = 38.96%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=31.29%
G=38.96%
B=29.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102127970.2000.240.5011013.3943.92
Hex667F6114018326ed2c
Octal14617714124030621561554
Binary1100110111111111000011010001100011001011011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667F61; }

 p { color: rgb(102,127,97); }

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

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

 a { background-color: rgb(102,127,97); }

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

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

 span { border-color: rgb(102,127,97); }

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