Html Css Color HEX #667964 Finlandia

📋 copy color: '#667964'

red 102 ◦ green 121 ◦ blue 100

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

Shades of Finlandia #667964

Tints of Finlandia #667964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.46%

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

R = 31.58%
G = 37.46%
B = 30.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#667964 (or 0x667964) is known color: Finlandia. HEX triplet: 66, 79 and 64. RGB value is (102,121,100). Sum of RGB (Red+Green+Blue) = 102+121+100=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 121 - color contains mainly: green. Hex color #667964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667964 is #99869B. Grayscale: #707070. Windows color (decimal): -10061468 or 6584678. OLE color: 6584678.

HSL color Cylindrical-coordinate representation of color #667964: hue angle of 114.29º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #667964 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 121 100 -
CMYK 0.16 0 0.17 0.53
HSL 114.29º 0.1% 0.43% -
HSV(B) 114.29º 0.17% 0.47% -
XYZ 14.62 17.42 14.65 -
YUV 112.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 102 121 100 0.16 0 0.17 0.53 114.29 0.1 0.43
Hex 66 79 64 10 0 11 35 72 A 2B
Octal 146 171 144 20 0 21 65 162 12 53
Binary 1100110 1111001 1100100 10000 0 10001 110101 1110010 1010 101011

Color Harmonies of #667964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667964

Black with #667964

Text Example


Text Example

White with #667964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667964; }

 p { color: rgb(102,121,100); }

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

background-color css

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

 a { background-color: rgb(102,121,100); }

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

border-color css

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

 span { border-color: rgb(102,121,100); }

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