Html Css Color HEX #657266 Finlandia

📋 copy color: '#657266'

red 101 ◦ green 114 ◦ blue 102

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

Shades of Finlandia #657266

Tints of Finlandia #657266

RGB

 RED value IS 101 (39.84% from 255) = 31.86%

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

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

R = 31.86%
G = 35.96%
B = 32.18%

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

#657266 (or 0x657266) is known color: Finlandia. HEX triplet: 65, 72 and 66. RGB value is (101,114,102). Sum of RGB (Red+Green+Blue) = 101+114+102=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 114 - color contains mainly: green. Hex color #657266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657266 is #9A8D99. Grayscale: #6C6C6C. Windows color (decimal): -10128794 or 6713957. OLE color: 6713957.

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

Color convert

RGB 101 114 102 -
CMYK 0.11 0 0.11 0.55
HSL 124.62º 0.06% 0.42% -
HSV(B) 124.62º 0.11% 0.45% -
XYZ 13.78 15.76 14.89 -
YUV 108.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 101 114 102 0.11 0 0.11 0.55 124.62 0.06 0.42
Hex 65 72 66 B 0 B 37 7D 6 2A
Octal 145 162 146 13 0 13 67 175 6 52
Binary 1100101 1110010 1100110 1011 0 1011 110111 1111101 110 101010

Color Harmonies of #657266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657266

Black with #657266

Text Example


Text Example

White with #657266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657266; }

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

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

background-color css

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

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

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

border-color css

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

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

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