Html Css Color HEX #657465 Finlandia

📋 copy color: '#657465'

red 101 ◦ green 116 ◦ blue 101

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

Shades of Finlandia #657465

Tints of Finlandia #657465

RGB

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

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

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

R = 31.76%
G = 36.48%
B = 31.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#657465 (or 0x657465) is known color: Finlandia. HEX triplet: 65, 74 and 65. RGB value is (101,116,101). Sum of RGB (Red+Green+Blue) = 101+116+101=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 116 - color contains mainly: green. Hex color #657465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657465 is #9A8B9A. Grayscale: #6D6D6D. Windows color (decimal): -10128283 or 6648933. OLE color: 6648933.

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

Color convert

RGB 101 116 101 -
CMYK 0.13 0 0.13 0.55
HSL 120º 0.07% 0.43% -
HSV(B) 120º 0.13% 0.45% -
XYZ 13.96 16.2 14.7 -
YUV 109.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 101 116 101 0.13 0 0.13 0.55 120 0.07 0.43
Hex 65 74 65 D 0 D 37 78 7 2B
Octal 145 164 145 15 0 15 67 170 7 53
Binary 1100101 1110100 1100101 1101 0 1101 110111 1111000 111 101011

Color Harmonies of #657465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657465

Black with #657465

Text Example


Text Example

White with #657465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657465; }

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

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

background-color css

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

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

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

border-color css

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

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

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