Html Css Color HEX #667C64 Finlandia

📋 copy color: '#667C64'

red 102 ◦ green 124 ◦ blue 100

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

Shades of Finlandia #667C64

Tints of Finlandia #667C64

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.04%

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

R = 31.29%
G = 38.04%
B = 30.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#667C64 (or 0x667C64) is known color: Finlandia. HEX triplet: 66, 7C and 64. RGB value is (102,124,100). Sum of RGB (Red+Green+Blue) = 102+124+100=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 124 - color contains mainly: green. Hex color #667C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667C64 is #99839B. Grayscale: #727272. Windows color (decimal): -10060700 or 6585446. OLE color: 6585446.

HSL color Cylindrical-coordinate representation of color #667C64: hue angle of 115º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #667C64 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 124 100 -
CMYK 0.18 0 0.19 0.51
HSL 115º 0.11% 0.44% -
HSV(B) 115º 0.19% 0.49% -
XYZ 14.99 18.16 14.77 -
YUV 114.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 102 124 100 0.18 0 0.19 0.51 115 0.11 0.44
Hex 66 7C 64 12 0 13 33 73 B 2C
Octal 146 174 144 22 0 23 63 163 13 54
Binary 1100110 1111100 1100100 10010 0 10011 110011 1110011 1011 101100

Color Harmonies of #667C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667C64

Black with #667C64

Text Example


Text Example

White with #667C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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