Html Css Color HEX #617560 Finlandia

📋 copy color: '#617560'

red 97 ◦ green 117 ◦ blue 96

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

Shades of Finlandia #617560

Tints of Finlandia #617560

RGB

 RED value IS 97 (38.28% from 255) = 31.29%

 GREEN value IS 117 (46.09% from 255) = 37.74%

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

R = 31.29%
G = 37.74%
B = 30.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#617560 (or 0x617560) is known color: Finlandia. HEX triplet: 61, 75 and 60. RGB value is (97,117,96). Sum of RGB (Red+Green+Blue) = 97+117+96=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #617560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617560 is #9E8A9F. Grayscale: #6C6C6C. Windows color (decimal): -10390176 or 6321505. OLE color: 6321505.

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

Color convert

RGB 97 117 96 -
CMYK 0.17 0 0.18 0.54
HSL 117.14º 0.1% 0.42% -
HSV(B) 117.14º 0.18% 0.46% -
XYZ 13.4 16.11 13.47 -
YUV 108.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 97 117 96 0.17 0 0.18 0.54 117.14 0.1 0.42
Hex 61 75 60 11 0 12 36 75 A 2A
Octal 141 165 140 21 0 22 66 165 12 52
Binary 1100001 1110101 1100000 10001 0 10010 110110 1110101 1010 101010

Color Harmonies of #617560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617560

Black with #617560

Text Example


Text Example

White with #617560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617560; }

 p { color: rgb(97,117,96); }

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

background-color css

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

 a { background-color: rgb(97,117,96); }

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

border-color css

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

 span { border-color: rgb(97,117,96); }

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