Html Css Color HEX #667965 Finlandia

📋 copy color: '#667965'

red 102 ◦ green 121 ◦ blue 101

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

Shades of Finlandia #667965

Tints of Finlandia #667965

RGB

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

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

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

R = 31.48%
G = 37.35%
B = 31.17%

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

#667965 (or 0x667965) is known color: Finlandia. HEX triplet: 66, 79 and 65. RGB value is (102,121,101). Sum of RGB (Red+Green+Blue) = 102+121+101=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 121 - color contains mainly: green. Hex color #667965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667965 is #99869A. Grayscale: #717171. Windows color (decimal): -10061467 or 6650214. OLE color: 6650214.

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

Color convert

RGB 102 121 101 -
CMYK 0.16 0 0.17 0.53
HSL 117º 0.09% 0.44% -
HSV(B) 117º 0.17% 0.47% -
XYZ 14.67 17.44 14.91 -
YUV 113.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 102 121 101 0.16 0 0.17 0.53 117 0.09 0.44
Hex 66 79 65 10 0 11 35 75 9 2C
Octal 146 171 145 20 0 21 65 165 11 54
Binary 1100110 1111001 1100101 10000 0 10001 110101 1110101 1001 101100

Color Harmonies of #667965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667965

Black with #667965

Text Example


Text Example

White with #667965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667965; }

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

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

background-color css

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

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

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

border-color css

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

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

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