Html Css Color HEX #616761 Finlandia

📋 copy color: '#616761'

red 97 ◦ green 103 ◦ blue 97

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

Shades of Finlandia #616761

Tints of Finlandia #616761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.68%

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

R = 32.66%
G = 34.68%
B = 32.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#616761 (or 0x616761) is known color: Finlandia. HEX triplet: 61, 67 and 61. RGB value is (97,103,97). Sum of RGB (Red+Green+Blue) = 97+103+97=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 103 - color contains mainly: green. Hex color #616761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616761 is #9E989E. Grayscale: #646464. Windows color (decimal): -10393759 or 6383457. OLE color: 6383457.

HSL color Cylindrical-coordinate representation of color #616761: hue angle of 120º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #616761 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 103 97 -
CMYK 0.06 0 0.06 0.60
HSL 120º 0.03% 0.39% -
HSV(B) 120º 0.06% 0.4% -
XYZ 11.94 13.1 13.21 -
YUV 100.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 97 103 97 0.06 0 0.06 0.60 120 0.03 0.39
Hex 61 67 61 6 0 6 3C 78 3 27
Octal 141 147 141 6 0 6 74 170 3 47
Binary 1100001 1100111 1100001 110 0 110 111100 1111000 11 100111

Color Harmonies of #616761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616761

Black with #616761

Text Example


Text Example

White with #616761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616761; }

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

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

background-color css

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

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

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

border-color css

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

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

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