Html Css Color HEX #667561 Finlandia

📋 copy color: '#667561'

red 102 ◦ green 117 ◦ blue 97

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

Shades of Finlandia #667561

Tints of Finlandia #667561

RGB

 RED value IS 102 (40.23% from 255) = 32.28%

 GREEN value IS 117 (46.09% from 255) = 37.03%

 BLUE value IS 97 (38.28% from 255) = 30.7%

R = 32.28%
G = 37.03%
B = 30.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#667561 (or 0x667561) is known color: Finlandia. HEX triplet: 66, 75 and 61. RGB value is (102,117,97). Sum of RGB (Red+Green+Blue) = 102+117+97=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 117 - color contains mainly: green. Hex color #667561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667561 is #998A9E. Grayscale: #6E6E6E. Windows color (decimal): -10062495 or 6387046. OLE color: 6387046.

HSL color Cylindrical-coordinate representation of color #667561: hue angle of 105º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #667561 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 117 97 -
CMYK 0.13 0 0.17 0.54
HSL 105º 0.09% 0.42% -
HSV(B) 105º 0.17% 0.46% -
XYZ 14 16.41 13.74 -
YUV 110.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 102 117 97 0.13 0 0.17 0.54 105 0.09 0.42
Hex 66 75 61 D 0 11 36 69 9 2A
Octal 146 165 141 15 0 21 66 151 11 52
Binary 1100110 1110101 1100001 1101 0 10001 110110 1101001 1001 101010

Color Harmonies of #667561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667561

Black with #667561

Text Example


Text Example

White with #667561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667561; }

 p { color: rgb(102,117,97); }

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

background-color css

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

 a { background-color: rgb(102,117,97); }

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

border-color css

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

 span { border-color: rgb(102,117,97); }

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