Html Css Color HEX #667465 Finlandia

📋 copy color: '#667465'

red 102 ◦ green 116 ◦ blue 101

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

Shades of Finlandia #667465

Tints of Finlandia #667465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.36%

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

R = 31.97%
G = 36.36%
B = 31.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#667465 (or 0x667465) is known color: Finlandia. HEX triplet: 66, 74 and 65. RGB value is (102,116,101). Sum of RGB (Red+Green+Blue) = 102+116+101=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 116 - color contains mainly: green. Hex color #667465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667465 is #998B9A. Grayscale: #6E6E6E. Windows color (decimal): -10062747 or 6648934. OLE color: 6648934.

HSL color Cylindrical-coordinate representation of color #667465: hue angle of 116º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #667465 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 116 101 -
CMYK 0.12 0 0.13 0.55
HSL 116º 0.07% 0.43% -
HSV(B) 116º 0.13% 0.45% -
XYZ 14.07 16.26 14.71 -
YUV 110.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 102 116 101 0.12 0 0.13 0.55 116 0.07 0.43
Hex 66 74 65 C 0 D 37 74 7 2B
Octal 146 164 145 14 0 15 67 164 7 53
Binary 1100110 1110100 1100101 1100 0 1101 110111 1110100 111 101011

Color Harmonies of #667465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667465

Black with #667465

Text Example


Text Example

White with #667465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667465; }

 p { color: rgb(102,116,101); }

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

background-color css

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

 a { background-color: rgb(102,116,101); }

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

border-color css

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

 span { border-color: rgb(102,116,101); }

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