Html Css Color HEX #688062 Finlandia

📋 copy color: '#688062'

red 104 ◦ green 128 ◦ blue 98

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

Shades of Finlandia #688062

Tints of Finlandia #688062

RGB

 RED value IS 104 (41.02% from 255) = 31.52%

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

 BLUE value IS 98 (38.67% from 255) = 29.7%

R = 31.52%
G = 38.79%
B = 29.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#688062 (or 0x688062) is known color: Finlandia. HEX triplet: 68, 80 and 62. RGB value is (104,128,98). Sum of RGB (Red+Green+Blue) = 104+128+98=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #688062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688062 is #977F9D. Grayscale: #757575. Windows color (decimal): -9928606 or 6455400. OLE color: 6455400.

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

Color convert

RGB 104 128 98 -
CMYK 0.19 0 0.23 0.50
HSL 108º 0.13% 0.44% -
HSV(B) 108º 0.23% 0.5% -
XYZ 15.63 19.26 14.45 -
YUV 117.4 117.05 118.44 -
System Red Green Blue C M Y K H S L
Decimal 104 128 98 0.19 0 0.23 0.50 108 0.13 0.44
Hex 68 80 62 13 0 17 32 6C D 2C
Octal 150 200 142 23 0 27 62 154 15 54
Binary 1101000 10000000 1100010 10011 0 10111 110010 1101100 1101 101100

Color Harmonies of #688062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688062

Black with #688062

Text Example


Text Example

White with #688062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688062; }

 p { color: rgb(104,128,98); }

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

background-color css

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

 a { background-color: rgb(104,128,98); }

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

border-color css

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

 span { border-color: rgb(104,128,98); }

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