Html Css Color HEX #697266 Finlandia

📋 copy color: '#697266'

red 105 ◦ green 114 ◦ blue 102

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

Shades of Finlandia #697266

Tints of Finlandia #697266

RGB

 RED value IS 105 (41.41% from 255) = 32.71%

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

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

R = 32.71%
G = 35.51%
B = 31.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#697266 (or 0x697266) is known color: Finlandia. HEX triplet: 69, 72 and 66. RGB value is (105,114,102). Sum of RGB (Red+Green+Blue) = 105+114+102=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 114 - color contains mainly: green. Hex color #697266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697266 is #968D99. Grayscale: #6D6D6D. Windows color (decimal): -9866650 or 6713961. OLE color: 6713961.

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

Color convert

RGB 105 114 102 -
CMYK 0.08 0 0.11 0.55
HSL 105º 0.06% 0.42% -
HSV(B) 105º 0.11% 0.45% -
XYZ 14.24 16 14.91 -
YUV 109.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 105 114 102 0.08 0 0.11 0.55 105 0.06 0.42
Hex 69 72 66 8 0 B 37 69 6 2A
Octal 151 162 146 10 0 13 67 151 6 52
Binary 1101001 1110010 1100110 1000 0 1011 110111 1101001 110 101010

Color Harmonies of #697266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697266

Black with #697266

Text Example


Text Example

White with #697266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697266; }

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

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

background-color css

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

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

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

border-color css

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

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

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