Html Css Color HEX #657660 Finlandia

📋 copy color: '#657660'

red 101 ◦ green 118 ◦ blue 96

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

Shades of Finlandia #657660

Tints of Finlandia #657660

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.46%

 BLUE value IS 96 (37.89% from 255) = 30.48%

R = 32.06%
G = 37.46%
B = 30.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#657660 (or 0x657660) is known color: Finlandia. HEX triplet: 65, 76 and 60. RGB value is (101,118,96). Sum of RGB (Red+Green+Blue) = 101+118+96=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 118 - color contains mainly: green. Hex color #657660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657660 is #9A899F. Grayscale: #6E6E6E. Windows color (decimal): -10127776 or 6321765. OLE color: 6321765.

HSL color Cylindrical-coordinate representation of color #657660: hue angle of 106.36º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #657660 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 118 96 -
CMYK 0.14 0 0.19 0.54
HSL 106.36º 0.1% 0.42% -
HSV(B) 106.36º 0.19% 0.46% -
XYZ 13.96 16.57 13.53 -
YUV 110.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 101 118 96 0.14 0 0.19 0.54 106.36 0.1 0.42
Hex 65 76 60 E 0 13 36 6A A 2A
Octal 145 166 140 16 0 23 66 152 12 52
Binary 1100101 1110110 1100000 1110 0 10011 110110 1101010 1010 101010

Color Harmonies of #657660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657660

Black with #657660

Text Example


Text Example

White with #657660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657660; }

 p { color: rgb(101,118,96); }

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

background-color css

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

 a { background-color: rgb(101,118,96); }

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

border-color css

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

 span { border-color: rgb(101,118,96); }

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