Html Css Color HEX #657961 Finlandia

📋 copy color: '#657961'

red 101 ◦ green 121 ◦ blue 97

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

Shades of Finlandia #657961

Tints of Finlandia #657961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.41%

R = 31.66%
G = 37.93%
B = 30.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#657961 (or 0x657961) is known color: Finlandia. HEX triplet: 65, 79 and 61. RGB value is (101,121,97). Sum of RGB (Red+Green+Blue) = 101+121+97=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #657961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657961 is #9A869E. Grayscale: #707070. Windows color (decimal): -10127007 or 6388069. OLE color: 6388069.

HSL color Cylindrical-coordinate representation of color #657961: hue angle of 110º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #657961 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 121 97 -
CMYK 0.17 0 0.20 0.53
HSL 110º 0.11% 0.43% -
HSV(B) 110º 0.2% 0.47% -
XYZ 14.36 17.3 13.89 -
YUV 112.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 101 121 97 0.17 0 0.20 0.53 110 0.11 0.43
Hex 65 79 61 11 0 14 35 6E B 2B
Octal 145 171 141 21 0 24 65 156 13 53
Binary 1100101 1111001 1100001 10001 0 10100 110101 1101110 1011 101011

Color Harmonies of #657961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657961

Black with #657961

Text Example


Text Example

White with #657961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657961; }

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

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

background-color css

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

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

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

border-color css

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

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

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