Html Css Color HEX #617C5D Finlandia

📋 copy color: '#617C5D'

red 97 ◦ green 124 ◦ blue 93

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

Shades of Finlandia #617C5D

Tints of Finlandia #617C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.49%

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 30.89%
G = 39.49%
B = 29.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#617C5D (or 0x617C5D) is known color: Finlandia. HEX triplet: 61, 7C and 5D. RGB value is (97,124,93). Sum of RGB (Red+Green+Blue) = 97+124+93=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 124 - color contains mainly: green. Hex color #617C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C5D is #9E83A2. Grayscale: #707070. Windows color (decimal): -10388387 or 6126689. OLE color: 6126689.

HSL color Cylindrical-coordinate representation of color #617C5D: hue angle of 112.26º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #617C5D is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 124 93 -
CMYK 0.22 0 0.25 0.51
HSL 112.26º 0.14% 0.43% -
HSV(B) 112.26º 0.25% 0.49% -
XYZ 14.11 17.75 13.04 -
YUV 112.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 97 124 93 0.22 0 0.25 0.51 112.26 0.14 0.43
Hex 61 7C 5D 16 0 19 33 70 E 2B
Octal 141 174 135 26 0 31 63 160 16 53
Binary 1100001 1111100 1011101 10110 0 11001 110011 1110000 1110 101011

Color Harmonies of #617C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617C5D

Black with #617C5D

Text Example


Text Example

White with #617C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617C5D; }

 p { color: rgb(97,124,93); }

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

background-color css

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

 a { background-color: rgb(97,124,93); }

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

border-color css

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

 span { border-color: rgb(97,124,93); }

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