Html Css Color HEX #666E66 Finlandia

📋 copy color: '#666E66'

red 102 ◦ green 110 ◦ blue 102

#666E66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finlandia #666E66

Tints of Finlandia #666E66

RGB

 RED value IS 102 (40.23% from 255) = 32.48%

 GREEN value IS 110 (43.36% from 255) = 35.03%

 BLUE value IS 102 (40.23% from 255) = 32.48%

R = 32.48%
G = 35.03%
B = 32.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#666E66 (or 0x666E66) is known color: Finlandia. HEX triplet: 66, 6E and 66. RGB value is (102,110,102). Sum of RGB (Red+Green+Blue) = 102+110+102=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 110 - color contains mainly: green. Hex color #666E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E66 is #999199. Grayscale: #6A6A6A. Windows color (decimal): -10064282 or 6712934. OLE color: 6712934.

HSL color Cylindrical-coordinate representation of color #666E66: hue angle of 120º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #666E66 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB 102 110 102 -
CMYK 0.07 0 0.07 0.57
HSL 120º 0.04% 0.42% -
HSV(B) 120º 0.07% 0.43% -
XYZ 13.45 14.94 14.74 -
YUV 106.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 102 110 102 0.07 0 0.07 0.57 120 0.04 0.42
Hex 66 6E 66 7 0 7 39 78 4 2A
Octal 146 156 146 7 0 7 71 170 4 52
Binary 1100110 1101110 1100110 111 0 111 111001 1111000 100 101010

Color Harmonies of #666E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666E66

Black with #666E66

Text Example


Text Example

White with #666E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666E66; }

 p { color: rgb(102,110,102); }

 H1.HeaderClassName
 {
   color: #666E66;
 }
 .AnyTagClassName
 {
   color: #666E66;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #666E66;
 }
 .BgClassName
 {
   background-color: #666E66;
 }
</style>

border-color css

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

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

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