Html Css Color HEX #657460 Finlandia

📋 copy color: '#657460'

red 101 ◦ green 116 ◦ blue 96

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

Shades of Finlandia #657460

Tints of Finlandia #657460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.06%

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

R = 32.27%
G = 37.06%
B = 30.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#657460 (or 0x657460) is known color: Finlandia. HEX triplet: 65, 74 and 60. RGB value is (101,116,96). Sum of RGB (Red+Green+Blue) = 101+116+96=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 116 - color contains mainly: green. Hex color #657460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657460 is #9A8B9F. Grayscale: #6D6D6D. Windows color (decimal): -10128288 or 6321253. OLE color: 6321253.

HSL color Cylindrical-coordinate representation of color #657460: hue angle of 105º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #657460 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 116 96 -
CMYK 0.13 0 0.17 0.55
HSL 105º 0.09% 0.42% -
HSV(B) 105º 0.17% 0.45% -
XYZ 13.72 16.1 13.45 -
YUV 109.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 101 116 96 0.13 0 0.17 0.55 105 0.09 0.42
Hex 65 74 60 D 0 11 37 69 9 2A
Octal 145 164 140 15 0 21 67 151 11 52
Binary 1100101 1110100 1100000 1101 0 10001 110111 1101001 1001 101010

Color Harmonies of #657460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657460

Black with #657460

Text Example


Text Example

White with #657460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657460; }

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

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

background-color css

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

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

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

border-color css

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

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

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