Html Css Color HEX #698163 Finlandia

📋 copy color: '#698163'

red 105 ◦ green 129 ◦ blue 99

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

Shades of Finlandia #698163

Tints of Finlandia #698163

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 value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#698163 (or 0x698163) is known color: 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

RGB 105 129 99 -
CMYK 0.19 0 0.23 0.49
HSL 108º 0.13% 0.45% -
HSV(B) 108º 0.23% 0.51% -
XYZ 15.93 19.6 14.75 -
YUV 118.4 117.05 118.44 -
System Red Green Blue C M Y K H S L
Decimal 105 129 99 0.19 0 0.23 0.49 108 0.13 0.45
Hex 69 81 63 13 0 17 31 6C D 2D
Octal 151 201 143 23 0 27 61 154 15 55
Binary 1101001 10000001 1100011 10011 0 10111 110001 1101100 1101 101101

Color Harmonies of #698163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698163

Black with #698163

Text Example


Text Example

White with #698163

Text Example


Text Example

HTML Codes & Css Web 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>