#667D62

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

Shades of Finlandia #667D62

Tints of Finlandia #667D62

Color information

#667D62 (or 0x667D62) is unknown color: approx Finlandia. HEX triplet: 66, 7D and 62. RGB value is (102,125,98). Sum of RGB (Red+Green+Blue) = 102+125+98=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 125 - color contains mainly: green. Hex color #667D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667D62 is #99829D. Grayscale: #737373. Windows color (decimal): -10060446 or 6454630. OLE color: 6454630.

HSL color Cylindrical-coordinate representation of color #667D62: hue angle of 111.11º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #667D62 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB10212598-
CMYK0.1800.220.51
HSL111.11º12.11%43.73%-
HSV(B)111.11º21.6%49.02%-
XYZ15.0218.3714.31-
YUV115.04118.38118.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 98 (38.67% from 255) = 30.15%
R=31.38%
G=38.46%
B=30.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102125980.1800.220.51111.1112.1143.73
Hex667D6212016336fc2c
Octal14617514222026631571454
Binary1100110111110111000101001001011011001111011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,125,98); }

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

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

 a { background-color: rgb(102,125,98); }

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

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

 span { border-color: rgb(102,125,98); }

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