Html Css Color HEX #666F66 Finlandia

📋 copy color: '#666F66'

red 102 ◦ green 111 ◦ blue 102

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

Shades of Finlandia #666F66

Tints of Finlandia #666F66

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.24%

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

R = 32.38%
G = 35.24%
B = 32.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#666F66 (or 0x666F66) is known color: Finlandia. HEX triplet: 66, 6F and 66. RGB value is (102,111,102). Sum of RGB (Red+Green+Blue) = 102+111+102=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 111 - color contains mainly: green. Hex color #666F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F66 is #999099. Grayscale: #6B6B6B. Windows color (decimal): -10064026 or 6713190. OLE color: 6713190.

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

Color convert

RGB 102 111 102 -
CMYK 0.08 0 0.08 0.56
HSL 120º 0.04% 0.42% -
HSV(B) 120º 0.08% 0.44% -
XYZ 13.56 15.15 14.78 -
YUV 107.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 102 111 102 0.08 0 0.08 0.56 120 0.04 0.42
Hex 66 6F 66 8 0 8 38 78 4 2A
Octal 146 157 146 10 0 10 70 170 4 52
Binary 1100110 1101111 1100110 1000 0 1000 111000 1111000 100 101010

Color Harmonies of #666F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666F66

Black with #666F66

Text Example


Text Example

White with #666F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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