Html Css Color HEX #697267 Finlandia

📋 copy color: '#697267'

red 105 ◦ green 114 ◦ blue 103

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

Shades of Finlandia #697267

Tints of Finlandia #697267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.99%

R = 32.61%
G = 35.4%
B = 31.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#697267 (or 0x697267) is known color: Finlandia. HEX triplet: 69, 72 and 67. RGB value is (105,114,103). Sum of RGB (Red+Green+Blue) = 105+114+103=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 114 - color contains mainly: green. Hex color #697267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697267 is #968D98. Grayscale: #6E6E6E. Windows color (decimal): -9866649 or 6779497. OLE color: 6779497.

HSL color Cylindrical-coordinate representation of color #697267: hue angle of 109.09º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #697267 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 114 103 -
CMYK 0.08 0 0.10 0.55
HSL 109.09º 0.05% 0.43% -
HSV(B) 109.09º 0.1% 0.45% -
XYZ 14.29 16.02 15.17 -
YUV 110.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 105 114 103 0.08 0 0.10 0.55 109.09 0.05 0.43
Hex 69 72 67 8 0 A 37 6D 5 2B
Octal 151 162 147 10 0 12 67 155 5 53
Binary 1101001 1110010 1100111 1000 0 1010 110111 1101101 101 101011

Color Harmonies of #697267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697267

Black with #697267

Text Example


Text Example

White with #697267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697267; }

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

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

background-color css

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

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

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

border-color css

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

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

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