Html Css Color HEX #687168 Finlandia

📋 copy color: '#687168'

red 104 ◦ green 113 ◦ blue 104

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

Shades of Finlandia #687168

Tints of Finlandia #687168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.2%

 BLUE value IS 104 (41.02% from 255) = 32.4%

R = 32.4%
G = 35.2%
B = 32.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#687168 (or 0x687168) is known color: Finlandia. HEX triplet: 68, 71 and 68. RGB value is (104,113,104). Sum of RGB (Red+Green+Blue) = 104+113+104=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 113 - color contains mainly: green. Hex color #687168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687168 is #978E97. Grayscale: #6D6D6D. Windows color (decimal): -9932440 or 6844776. OLE color: 6844776.

HSL color Cylindrical-coordinate representation of color #687168: hue angle of 120º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #687168 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 113 104 -
CMYK 0.08 0 0.08 0.56
HSL 120º 0.04% 0.43% -
HSV(B) 120º 0.08% 0.44% -
XYZ 14.11 15.75 15.39 -
YUV 109.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 104 113 104 0.08 0 0.08 0.56 120 0.04 0.43
Hex 68 71 68 8 0 8 38 78 4 2B
Octal 150 161 150 10 0 10 70 170 4 53
Binary 1101000 1110001 1101000 1000 0 1000 111000 1111000 100 101011

Color Harmonies of #687168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687168

Black with #687168

Text Example


Text Example

White with #687168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687168; }

 p { color: rgb(104,113,104); }

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

background-color css

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

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

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

border-color css

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

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

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