Html Css Color HEX #677065 Finlandia

📋 copy color: '#677065'

red 103 ◦ green 112 ◦ blue 101

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

Shades of Finlandia #677065

Tints of Finlandia #677065

RGB

 RED value IS 103 (40.63% from 255) = 32.59%

 GREEN value IS 112 (44.14% from 255) = 35.44%

 BLUE value IS 101 (39.84% from 255) = 31.96%

R = 32.59%
G = 35.44%
B = 31.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#677065 (or 0x677065) is known color: Finlandia. HEX triplet: 67, 70 and 65. RGB value is (103,112,101). Sum of RGB (Red+Green+Blue) = 103+112+101=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 112 - color contains mainly: green. Hex color #677065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677065 is #988F9A. Grayscale: #6C6C6C. Windows color (decimal): -9998235 or 6647911. OLE color: 6647911.

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

Color convert

RGB 103 112 101 -
CMYK 0.08 0 0.10 0.56
HSL 109.09º 0.05% 0.42% -
HSV(B) 109.09º 0.1% 0.44% -
XYZ 13.74 15.41 14.56 -
YUV 108.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 103 112 101 0.08 0 0.10 0.56 109.09 0.05 0.42
Hex 67 70 65 8 0 A 38 6D 5 2A
Octal 147 160 145 10 0 12 70 155 5 52
Binary 1100111 1110000 1100101 1000 0 1010 111000 1101101 101 101010

Color Harmonies of #677065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677065

Black with #677065

Text Example


Text Example

White with #677065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677065; }

 p { color: rgb(103,112,101); }

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

background-color css

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

 a { background-color: rgb(103,112,101); }

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

border-color css

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

 span { border-color: rgb(103,112,101); }

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