Html Css Color HEX #667065 Finlandia

📋 copy color: '#667065'

red 102 ◦ green 112 ◦ blue 101

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

Shades of Finlandia #667065

Tints of Finlandia #667065

RGB

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

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

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

R = 32.38%
G = 35.56%
B = 32.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#667065 (or 0x667065) is known color: Finlandia. HEX triplet: 66, 70 and 65. RGB value is (102,112,101). Sum of RGB (Red+Green+Blue) = 102+112+101=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 112 - color contains mainly: green. Hex color #667065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667065 is #998F9A. Grayscale: #6B6B6B. Windows color (decimal): -10063771 or 6647910. OLE color: 6647910.

HSL color Cylindrical-coordinate representation of color #667065: hue angle of 114.55º 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 #667065 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 112 101 -
CMYK 0.09 0 0.10 0.56
HSL 114.55º 0.05% 0.42% -
HSV(B) 114.55º 0.1% 0.44% -
XYZ 13.62 15.35 14.56 -
YUV 107.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 102 112 101 0.09 0 0.10 0.56 114.55 0.05 0.42
Hex 66 70 65 9 0 A 38 73 5 2A
Octal 146 160 145 11 0 12 70 163 5 52
Binary 1100110 1110000 1100101 1001 0 1010 111000 1110011 101 101010

Color Harmonies of #667065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667065

Black with #667065

Text Example


Text Example

White with #667065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667065; }

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

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

background-color css

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

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

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

border-color css

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

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

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