Html Css Color HEX #667666 Finlandia

📋 copy color: '#667666'

red 102 ◦ green 118 ◦ blue 102

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

Shades of Finlandia #667666

Tints of Finlandia #667666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.65%

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

R = 31.68%
G = 36.65%
B = 31.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#667666 (or 0x667666) is known color: Finlandia. HEX triplet: 66, 76 and 66. RGB value is (102,118,102). Sum of RGB (Red+Green+Blue) = 102+118+102=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 118 - color contains mainly: green. Hex color #667666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667666 is #998999. Grayscale: #6F6F6F. Windows color (decimal): -10062234 or 6714982. OLE color: 6714982.

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

Color convert

RGB 102 118 102 -
CMYK 0.14 0 0.14 0.54
HSL 120º 0.07% 0.43% -
HSV(B) 120º 0.14% 0.46% -
XYZ 14.36 16.74 15.05 -
YUV 111.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 102 118 102 0.14 0 0.14 0.54 120 0.07 0.43
Hex 66 76 66 E 0 E 36 78 7 2B
Octal 146 166 146 16 0 16 66 170 7 53
Binary 1100110 1110110 1100110 1110 0 1110 110110 1111000 111 101011

Color Harmonies of #667666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667666

Black with #667666

Text Example


Text Example

White with #667666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667666; }

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

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

background-color css

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

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

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

border-color css

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

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

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