#667267

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

Shades of Finlandia #667267

Tints of Finlandia #667267

Color information

#667267 (or 0x667267) is unknown color: approx Finlandia. HEX triplet: 66, 72 and 67. RGB value is (102,114,103). Sum of RGB (Red+Green+Blue) = 102+114+103=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 114 - color contains mainly: green. Hex color #667267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667267 is #998D98. Grayscale: #6D6D6D. Windows color (decimal): -10063257 or 6779494. OLE color: 6779494.

HSL color Cylindrical-coordinate representation of color #667267: hue angle of 125º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #667267 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB102114103-
CMYK0.1100.100.55
HSL125º5.56%42.35%-
HSV(B)125º10.53%44.71%-
XYZ13.9415.8415.15-
YUV109.16124.52122.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 103 (40.62% from 255) = 32.29%
R=31.97%
G=35.74%
B=32.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021141030.1100.100.551255.5642.35
Hex667267B0A377d62a
Octal1461621471301267175652
Binary1100110111001011001111011010101101111111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667267; }

 p { color: rgb(102,114,103); }

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

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

 a { background-color: rgb(102,114,103); }

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

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

 span { border-color: rgb(102,114,103); }

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