#698063

Color #698063 Finlandia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finlandia #698063

Tints of Finlandia #698063

Color information

#698063 (or 0x698063) is unknown color: approx Finlandia. HEX triplet: 69, 80 and 63. RGB value is (105,128,99). Sum of RGB (Red+Green+Blue) = 105+128+99=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 128 - color contains mainly: green. Hex color #698063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698063 is #967F9C. Grayscale: #757575. Windows color (decimal): -9863069 or 6520937. OLE color: 6520937.

HSL color Cylindrical-coordinate representation of color #698063: hue angle of 107.59º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698063 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB10512899-
CMYK0.1800.230.50
HSL107.59º12.78%44.51%-
HSV(B)107.59º22.66%50.2%-
XYZ15.819.3414.71-
YUV117.82117.38118.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 128 (50.39% from 255) = 38.55%
BLUE value IS 99 (39.06% from 255) = 29.82%
R=31.63%
G=38.55%
B=29.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105128990.1800.230.50107.5912.7844.51
Hex69806312017326cd2d
Octal15120014322027621541555
Binary11010011000000011000111001001011111001011011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698063; }

 p { color: rgb(105,128,99); }

 H1.HeaderClassName
 {
   color: #698063;
 }
 .AnyTagClassName
 {
   color: #698063;
 }
</style>
background-color css

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

 a { background-color: rgb(105,128,99); }

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

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

 span { border-color: rgb(105,128,99); }

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