Html Css Color HEX #698063 Finlandia

📋 copy color: '#698063'

red 105 ◦ green 128 ◦ blue 99

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

Shades of Finlandia #698063

Tints of Finlandia #698063

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

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

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

RGB 105 128 99 -
CMYK 0.18 0 0.23 0.50
HSL 107.59º 0.13% 0.45% -
HSV(B) 107.59º 0.23% 0.5% -
XYZ 15.8 19.34 14.71 -
YUV 117.82 117.38 118.86 -
System Red Green Blue C M Y K H S L
Decimal 105 128 99 0.18 0 0.23 0.50 107.59 0.13 0.45
Hex 69 80 63 12 0 17 32 6C D 2D
Octal 151 200 143 22 0 27 62 154 15 55
Binary 1101001 10000000 1100011 10010 0 10111 110010 1101100 1101 101101

Color Harmonies of #698063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698063

Black with #698063

Text Example


Text Example

White with #698063

Text Example


Text Example

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