Html Css Color HEX #667266 Finlandia

📋 copy color: '#667266'

red 102 ◦ green 114 ◦ blue 102

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

Shades of Finlandia #667266

Tints of Finlandia #667266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.85%

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

R = 32.08%
G = 35.85%
B = 32.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#667266 (or 0x667266) is known color: Finlandia. HEX triplet: 66, 72 and 66. RGB value is (102,114,102). Sum of RGB (Red+Green+Blue) = 102+114+102=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 114 - color contains mainly: green. Hex color #667266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667266 is #998D99. Grayscale: #6D6D6D. Windows color (decimal): -10063258 or 6713958. OLE color: 6713958.

HSL color Cylindrical-coordinate representation of color #667266: hue angle of 120º 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 #667266 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 114 102 -
CMYK 0.11 0 0.11 0.55
HSL 120º 0.06% 0.42% -
HSV(B) 120º 0.11% 0.45% -
XYZ 13.9 15.82 14.89 -
YUV 109.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 102 114 102 0.11 0 0.11 0.55 120 0.06 0.42
Hex 66 72 66 B 0 B 37 78 6 2A
Octal 146 162 146 13 0 13 67 170 6 52
Binary 1100110 1110010 1100110 1011 0 1011 110111 1111000 110 101010

Color Harmonies of #667266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667266

Black with #667266

Text Example


Text Example

White with #667266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667266; }

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

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

background-color css

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

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

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

border-color css

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

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

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