#698163

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

Shades of Finlandia #698163

Tints of Finlandia #698163

Color information

#698163 (or 0x698163) is unknown color: approx Finlandia. HEX triplet: 69, 81 and 63. RGB value is (105,129,99). Sum of RGB (Red+Green+Blue) = 105+129+99=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 129 - color contains mainly: green. Hex color #698163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698163 is #967E9C. Grayscale: #767676. Windows color (decimal): -9862813 or 6521193. OLE color: 6521193.

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

Color convert

RGB10512999-
CMYK0.1900.230.49
HSL108º13.16%44.71%-
HSV(B)108º23.26%50.59%-
XYZ15.9319.614.75-
YUV118.4117.05118.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 129 (50.78% from 255) = 38.74%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=31.53%
G=38.74%
B=29.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105129990.1900.230.4910813.1644.71
Hex69816313017316cd2d
Octal15120114323027611541555
Binary11010011000000111000111001101011111000111011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698163; }

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

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

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

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

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

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

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

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