Html Css Color HEX #617761 Finlandia

📋 copy color: '#617761'

red 97 ◦ green 119 ◦ blue 97

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

Shades of Finlandia #617761

Tints of Finlandia #617761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.02%

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

R = 30.99%
G = 38.02%
B = 30.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#617761 (or 0x617761) is known color: Finlandia. HEX triplet: 61, 77 and 61. RGB value is (97,119,97). Sum of RGB (Red+Green+Blue) = 97+119+97=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #617761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617761 is #9E889E. Grayscale: #6D6D6D. Windows color (decimal): -10389663 or 6387553. OLE color: 6387553.

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

Color convert

RGB 97 119 97 -
CMYK 0.18 0 0.18 0.53
HSL 120º 0.1% 0.42% -
HSV(B) 120º 0.18% 0.47% -
XYZ 13.68 16.6 13.79 -
YUV 109.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 97 119 97 0.18 0 0.18 0.53 120 0.1 0.42
Hex 61 77 61 12 0 12 35 78 A 2A
Octal 141 167 141 22 0 22 65 170 12 52
Binary 1100001 1110111 1100001 10010 0 10010 110101 1111000 1010 101010

Color Harmonies of #617761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617761

Black with #617761

Text Example


Text Example

White with #617761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617761; }

 p { color: rgb(97,119,97); }

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

background-color css

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

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

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

border-color css

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

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

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