#667F5F

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

Shades of Finlandia #667F5F

Tints of Finlandia #667F5F

Color information

#667F5F (or 0x667F5F) is unknown color: approx Finlandia. HEX triplet: 66, 7F and 5F. RGB value is (102,127,95). Sum of RGB (Red+Green+Blue) = 102+127+95=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 127 - color contains mainly: green. Hex color #667F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667F5F is #9980A0. Grayscale: #737373. Windows color (decimal): -10059937 or 6258534. OLE color: 6258534.

HSL color Cylindrical-coordinate representation of color #667F5F: hue angle of 106.88º 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 #667F5F is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB10212795-
CMYK0.2000.250.50
HSL106.88º14.41%43.53%-
HSV(B)106.88º25.2%49.8%-
XYZ15.1318.8313.66-
YUV115.88116.22118.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.48%
GREEN value IS 127 (50% from 255) = 39.20%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=31.48%
G=39.20%
B=29.32%

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
Decimal102127950.2000.250.50106.8814.4143.53
Hex667F5F14019326be2c
Octal14617713724031621531654
Binary1100110111111110111111010001100111001011010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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