Html Css Color HEX #667066 Finlandia

📋 copy color: '#667066'

red 102 ◦ green 112 ◦ blue 102

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

Shades of Finlandia #667066

Tints of Finlandia #667066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

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

R = 32.28%
G = 35.44%
B = 32.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#667066 (or 0x667066) is known color: Finlandia. HEX triplet: 66, 70 and 66. RGB value is (102,112,102). Sum of RGB (Red+Green+Blue) = 102+112+102=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 112 - color contains mainly: green. Hex color #667066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667066 is #998F99. Grayscale: #6B6B6B. Windows color (decimal): -10063770 or 6713446. OLE color: 6713446.

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

Color convert

RGB 102 112 102 -
CMYK 0.09 0 0.09 0.56
HSL 120º 0.05% 0.42% -
HSV(B) 120º 0.09% 0.44% -
XYZ 13.67 15.37 14.82 -
YUV 107.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 102 112 102 0.09 0 0.09 0.56 120 0.05 0.42
Hex 66 70 66 9 0 9 38 78 5 2A
Octal 146 160 146 11 0 11 70 170 5 52
Binary 1100110 1110000 1100110 1001 0 1001 111000 1111000 101 101010

Color Harmonies of #667066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667066

Black with #667066

Text Example


Text Example

White with #667066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667066; }

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

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

background-color css

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

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

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

border-color css

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

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

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