Html Css Color HEX #698064 Finlandia

📋 copy color: '#698064'

red 105 ◦ green 128 ◦ blue 100

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

Shades of Finlandia #698064

Tints of Finlandia #698064

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.44%

 BLUE value IS 100 (39.45% from 255) = 30.03%

R = 31.53%
G = 38.44%
B = 30.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#698064 (or 0x698064) is known color: Finlandia. HEX triplet: 69, 80 and 64. RGB value is (105,128,100). Sum of RGB (Red+Green+Blue) = 105+128+100=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 128 - color contains mainly: green. Hex color #698064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698064 is #967F9B. Grayscale: #767676. Windows color (decimal): -9863068 or 6586473. OLE color: 6586473.

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

Color convert

RGB 105 128 100 -
CMYK 0.18 0 0.22 0.50
HSL 109.29º 0.12% 0.45% -
HSV(B) 109.29º 0.22% 0.5% -
XYZ 15.85 19.36 14.96 -
YUV 117.93 117.88 118.78 -
System Red Green Blue C M Y K H S L
Decimal 105 128 100 0.18 0 0.22 0.50 109.29 0.12 0.45
Hex 69 80 64 12 0 16 32 6D C 2D
Octal 151 200 144 22 0 26 62 155 14 55
Binary 1101001 10000000 1100100 10010 0 10110 110010 1101101 1100 101101

Color Harmonies of #698064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698064

Black with #698064

Text Example


Text Example

White with #698064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698064; }

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

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

background-color css

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

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

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

border-color css

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

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

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