Html Css Color HEX #657760 Finlandia

📋 copy color: '#657760'

red 101 ◦ green 119 ◦ blue 96

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

Shades of Finlandia #657760

Tints of Finlandia #657760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.66%

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

R = 31.96%
G = 37.66%
B = 30.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#657760 (or 0x657760) is known color: Finlandia. HEX triplet: 65, 77 and 60. RGB value is (101,119,96). Sum of RGB (Red+Green+Blue) = 101+119+96=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 119 - color contains mainly: green. Hex color #657760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657760 is #9A889F. Grayscale: #6F6F6F. Windows color (decimal): -10127520 or 6322021. OLE color: 6322021.

HSL color Cylindrical-coordinate representation of color #657760: hue angle of 106.96º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #657760 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 119 96 -
CMYK 0.15 0 0.19 0.53
HSL 106.96º 0.11% 0.42% -
HSV(B) 106.96º 0.19% 0.47% -
XYZ 14.07 16.8 13.57 -
YUV 111 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 101 119 96 0.15 0 0.19 0.53 106.96 0.11 0.42
Hex 65 77 60 F 0 13 35 6B B 2A
Octal 145 167 140 17 0 23 65 153 13 52
Binary 1100101 1110111 1100000 1111 0 10011 110101 1101011 1011 101010

Color Harmonies of #657760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657760

Black with #657760

Text Example


Text Example

White with #657760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657760; }

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

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

background-color css

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

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

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

border-color css

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

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

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